From 126d2b3ab7163afe4d381f762985333565f300e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:22:31 +0000 Subject: [PATCH 1/2] 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 e3bee8b..508fea2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_IMAGE=rancher/hardened-build-base:v1.22.3b1 +ARG GO_IMAGE=rancher/hardened-build-base:v1.22.4b1 ARG BASE_IMAGE_MINIMAL=registry.suse.com/bci/bci-micro:latest ###### From 79e360a5c79db889bbadc9c1c6b2bcbbd155c734 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:25:40 +0000 Subject: [PATCH 2/2] 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 508fea2..e1786d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_IMAGE=rancher/hardened-build-base:v1.22.4b1 +ARG GO_IMAGE=rancher/hardened-build-base:v1.22.4b2 ARG BASE_IMAGE_MINIMAL=registry.suse.com/bci/bci-micro:latest ######