We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f963d84 commit 5abf951Copy full SHA for 5abf951
server/src/test/java/io/envoyproxy/controlplane/server/EnvoyContainer.java
@@ -24,7 +24,7 @@ class EnvoyContainer extends GenericContainer<EnvoyContainer> {
24
private final Supplier<Integer> controlPlanePortSupplier;
25
26
EnvoyContainer(String config, Supplier<Integer> controlPlanePortSupplier) {
27
- super("envoyproxy/envoy-alpine-dev:latest");
+ super("envoyproxy/envoy-alpine-dev:8fb3cb86082b17144a80402f5367ae65f06083bd");
28
29
this.config = config;
30
this.controlPlanePortSupplier = controlPlanePortSupplier;
0 commit comments