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 8cb437b commit a8fa929Copy full SHA for a8fa929
Dockerfile
@@ -129,7 +129,7 @@ COPY --from=run-clang-tidy-fix /cilium/proxy/*.txt /
129
#
130
# Extract installed cilium-envoy binaries to an otherwise empty image
131
132
-FROM docker.io/library/ubuntu:24.04@sha256:590e57acc18d58cd25d00254d4ca989bbfcd7d929ca6b521892c9c904c391f50
+FROM docker.io/library/ubuntu:24.04@sha256:353675e2a41babd526e2b837d7ec780c2a05bca0164f7ea5dbbd433d21d166fc
133
LABEL maintainer="[email protected]"
134
# install ca-certificates package
135
RUN apt-get update && apt-get upgrade -y \
0 commit comments