From 876d0958b0cf4c162a1ffc23dd276203c1588e82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:24:59 +0000 Subject: [PATCH] chore: Bump to latest build base version in Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e18674..26b6891 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_IMAGE=rancher/hardened-build-base:v1.23.1b1 +ARG GO_IMAGE=rancher/hardened-build-base:v1.23.2b1 ARG BASE_IMAGE_MINIMAL=registry.suse.com/bci/bci-micro:latest ######