From 8a193107578b85e1406956be49e13d1be8e04c3d Mon Sep 17 00:00:00 2001 From: Thomas Ferrandiz Date: Tue, 10 Sep 2024 12:39:23 +0000 Subject: [PATCH] Bump hardened-build-base to v1.22.7b1 to fix GO-2024-3106 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8bc624..de78f3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_IMAGE=rancher/hardened-build-base:v1.22.6b1 +ARG GO_IMAGE=rancher/hardened-build-base:v1.22.7b1 # Image that provides cross compilation tooling. FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.3.0 as xx