diff --git a/Dockerfile b/Dockerfile index d1c687913..16ca737fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -108,7 +108,7 @@ COPY --from=check-format /cilium/proxy/format-output.txt / # # Extract installed cilium-envoy binaries to an otherwise empty image # -FROM docker.io/library/ubuntu:22.04@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe +FROM docker.io/library/ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 LABEL maintainer="maintainer@cilium.io" # install ca-certificates package RUN apt-get update && apt-get upgrade -y \ diff --git a/Dockerfile.builder b/Dockerfile.builder index 899cbdc26..bbd0c5869 100644 --- a/Dockerfile.builder +++ b/Dockerfile.builder @@ -3,7 +3,7 @@ # Also note that if build fails due to C++ internal error or similar, # it is possible that the image build needs more RAM than available by # default on non-Linux docker installs. -FROM docker.io/library/ubuntu:22.04@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe as base +FROM docker.io/library/ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 as base LABEL maintainer="maintainer@cilium.io" ARG TARGETARCH # Setup TimeZone to prevent tzdata package asking for it interactively