From f29be241bb7dcec0912db9b25d97a922d1b124f9 Mon Sep 17 00:00:00 2001 From: Brooks Newberry Date: Thu, 13 Jun 2024 16:33:09 -0700 Subject: [PATCH] update hardened-build-base in drone (#6204) Signed-off-by: Brooks Newberry --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 31785d5a5f..8429412dbe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -136,7 +136,7 @@ steps: - refs/tags/* - name: publish-image-runtime - image: rancher/hardened-build-base:v1.21.9b1 + image: rancher/hardened-build-base:v1.21.11b3 commands: - docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD - DRONE_TAG=${DRONE_TAG} make publish-image-runtime @@ -312,7 +312,7 @@ steps: - refs/tags/* - name: publish-image-runtime - image: rancher/hardened-build-base:v1.21.9b1 + image: rancher/hardened-build-base:v1.21.11b3 commands: - docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD - DRONE_TAG=${DRONE_TAG} make publish-image-runtime