Skip to content

Commit

Permalink
Use latest version of alpine/socat container image (#5280)
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham committed Apr 21, 2022
1 parent bb6b5c5 commit 600d235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class SocatContainer extends GenericContainer<SocatContainer> {
private final Map<Integer, String> targets = new HashMap<>();

public SocatContainer() {
this(DockerImageName.parse("alpine/socat:1.7.3.4-r0"));
this(DockerImageName.parse("alpine/socat:1.7.4.3-r0"));
}

public SocatContainer(final DockerImageName dockerImageName) {
Expand Down

0 comments on commit 600d235

Please sign in to comment.