Skip to content

Commit c547c1a

Browse files
author
mateusz.bartkowiak
committed
bump consul in tests (#375)
1 parent 2256274 commit c547c1a

File tree

1 file changed

+1
-1
lines changed
  • envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/config/consul

1 file changed

+1
-1
lines changed

envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/config/consul/ConsulContainer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ConsulContainer(
1313
val internalPort: Int = 8500
1414
) : GenericContainer<ConsulContainer>(
1515
ImageFromDockerfile().withDockerfileFromBuilder {
16-
it.from("consul:1.10.12")
16+
it.from("consul:1.11.11")
1717
.run("apk", "add", "iproute2")
1818
.cmd(consulConfig.launchCommand())
1919
.expose(internalPort)

0 commit comments

Comments
 (0)