From 554535380a7f3e73c9ec0d85db9ca6fdd40544e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:18:17 +0200 Subject: [PATCH] chore: Bump to latest build base version in Dockerfile (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03dc6d0..0418c96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG BCI_IMAGE=registry.suse.com/bci/bci-busybox -ARG GO_IMAGE=rancher/hardened-build-base:v1.21.11b3 +ARG GO_IMAGE=rancher/hardened-build-base:v1.22.6b1 ARG ARCH="amd64" # Image that provides cross compilation tooling.