Skip to content

Commit

Permalink
bump consul in tests (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
matb4r committed Mar 3, 2023
1 parent 2256274 commit c547c1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ConsulContainer(
val internalPort: Int = 8500
) : GenericContainer<ConsulContainer>(
ImageFromDockerfile().withDockerfileFromBuilder {
it.from("consul:1.10.12")
it.from("consul:1.11.11")
.run("apk", "add", "iproute2")
.cmd(consulConfig.launchCommand())
.expose(internalPort)
Expand Down

0 comments on commit c547c1a

Please sign in to comment.