Skip to content

Commit

Permalink
Update Consul testcontainer from 1.15 to 1.16.1 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight authored Aug 10, 2023
1 parent 5ca10bf commit 919e968
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 static ConsulContainer newConsulContainer() {
}

public static DockerImageName consulDockerImageName() {
return DockerImageName.parse("hashicorp/consul:1.15");
return DockerImageName.parse("hashicorp/consul:1.16.1");
}

public static HostAndPort consulHostAndPort(ConsulContainer consul) {
Expand Down

0 comments on commit 919e968

Please sign in to comment.