Skip to content

Commit 5abf951

Browse files
author
mgajda
committed
Get integration tests passing
1 parent f963d84 commit 5abf951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/io/envoyproxy/controlplane/server/EnvoyContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class EnvoyContainer extends GenericContainer<EnvoyContainer> {
2424
private final Supplier<Integer> controlPlanePortSupplier;
2525

2626
EnvoyContainer(String config, Supplier<Integer> controlPlanePortSupplier) {
27-
super("envoyproxy/envoy-alpine-dev:latest");
27+
super("envoyproxy/envoy-alpine-dev:8fb3cb86082b17144a80402f5367ae65f06083bd");
2828

2929
this.config = config;
3030
this.controlPlanePortSupplier = controlPlanePortSupplier;

0 commit comments

Comments
 (0)