Skip to content

Commit

Permalink
Use better supported nginx tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpdp7 committed Jun 15, 2024
1 parent 07fd577 commit d2d454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/net/pdp7/zqxjkcrud/ProxyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ProxyTest {
public void test() throws Exception {
Network network = Network.newNetwork();
try (BrowserWebDriverContainer<?> firefox = new BrowserWebDriverContainer<>();
NginxContainer<?> nginx = new NginxContainer<>()) {
NginxContainer<?> nginx = new NginxContainer<>("nginx:1.27.0")) {

firefox.withCapabilities(new FirefoxOptions()).withNetwork(network);
nginx.withNetwork(network).withNetworkAliases("nginx");
Expand Down

0 comments on commit d2d454e

Please sign in to comment.