From 55cf05f369209f90f98b6a66255e504fa79e4555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wenkai=20Yin=28=E5=B0=B9=E6=96=87=E5=BC=80=29?= Date: Thu, 27 Oct 2022 10:24:06 +0800 Subject: [PATCH] Bump up the distroless image to the latest version (#5500) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump up the distroless image to the latest version Signed-off-by: Wenkai Yin(尹文开) --- Dockerfile | 2 +- changelogs/unreleased/5500-ywk253100 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/5500-ywk253100 diff --git a/Dockerfile b/Dockerfile index b18f45ca4..6206acfbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN mkdir -p /output/usr/bin && \ go build -o /output/${BIN} \ -ldflags "${LDFLAGS}" ${PKG}/cmd/${BIN} -FROM gcr.io/distroless/base-debian11@sha256:49d2923f35d66b8402487a7c01bc62a66d8279cd42e89c11b64cdce8d5826c03 +FROM gcr.io/distroless/base-debian11@sha256:99133cb0878bb1f84d1753957c6fd4b84f006f2798535de22ebf7ba170bbf434 LABEL maintainer="Nolan Brubaker " diff --git a/changelogs/unreleased/5500-ywk253100 b/changelogs/unreleased/5500-ywk253100 new file mode 100644 index 000000000..8d6ac5401 --- /dev/null +++ b/changelogs/unreleased/5500-ywk253100 @@ -0,0 +1 @@ +Bump up the distroless image to the latest version \ No newline at end of file