From d21754ac4fc3ca348c38abf3d9a603cffced64c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:09:58 +0100 Subject: [PATCH] Bump build base version to v1.21.7b1 (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Bump to latest build base version in Dockerfile Made with ❤️️ by updatecli * chore: Bump to latest build base version in Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .drone.yml | 12 ++++++------ Dockerfile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9de46ec..ea33cff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ platform: steps: - name: build pull: always - image: rancher/hardened-build-base:v1.20.12b2 + image: rancher/hardened-build-base:v1.21.7b1 commands: - make DRONE_TAG=${DRONE_TAG} volumes: @@ -18,7 +18,7 @@ steps: path: /var/run/docker.sock - name: publish - image: rancher/hardened-build-base:v1.20.12b2 + image: rancher/hardened-build-base:v1.21.7b1 commands: - docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD - make DRONE_TAG=${DRONE_TAG} image-push @@ -35,7 +35,7 @@ steps: - tag - name: scan - image: rancher/hardened-build-base:v1.20.12b2 + image: rancher/hardened-build-base:v1.21.7b1 commands: - make DRONE_TAG=${DRONE_TAG} image-scan volumes: @@ -59,7 +59,7 @@ platform: steps: - name: build pull: always - image: rancher/hardened-build-base:v1.20.12b2 + image: rancher/hardened-build-base:v1.21.7b1 commands: - make DRONE_TAG=${DRONE_TAG} volumes: @@ -67,7 +67,7 @@ steps: path: /var/run/docker.sock - name: publish - image: rancher/hardened-build-base:v1.20.12b2 + image: rancher/hardened-build-base:v1.21.7b1 commands: - docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD - make DRONE_TAG=${DRONE_TAG} image-push @@ -84,7 +84,7 @@ steps: - tag - name: scan - image: rancher/hardened-build-base:v1.20.12b2 + image: rancher/hardened-build-base:v1.21.7b1 commands: - make DRONE_TAG=${DRONE_TAG} image-scan volumes: diff --git a/Dockerfile b/Dockerfile index 2a0cd16..050cb46 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.20.12b2 +ARG GO_IMAGE=rancher/hardened-build-base:v1.21.7b1 FROM ${BCI_IMAGE} as bci FROM ${GO_IMAGE} as builder