From 03dc9b81b3b4bd57706478086946f4fd1519695f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Bustarret?= Date: Tue, 7 Jan 2025 10:45:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20build:=20bump=20Go=20to=201.23.4?= =?UTF-8?q?=20&=20distroless=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 160569df..72b987b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ## BUILD ARGS ## ################################################################################ # This build arg allows the specification of a custom Golang image. -ARG GOLANG_IMAGE=golang:1.22.5 +ARG GOLANG_IMAGE=golang:1.23.4 # The distroless image on which the CPI manager image is built. # @@ -23,7 +23,7 @@ ARG GOLANG_IMAGE=golang:1.22.5 # the fully-qualified image can be obtained by entering # "gcr.io/distroless/static:latest" in a browser and then copying the # fully-qualified image from the web page. -ARG DISTROLESS_IMAGE=gcr.io/distroless/static@sha256:c6d5981545ce1406d33e61434c61e9452dad93ecd8397c41e89036ef977a88f4 +ARG DISTROLESS_IMAGE=gcr.io/distroless/static@sha256:5c7e2b465ac6a2a4e5f4f7f722ce43b147dabe87cb21ac6c4007ae5178a1fa58 ################################################################################ ## BUILD STAGE ##