From a07cfa5116dbd840de353ee0184df3e438c6734b Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Fri, 15 Mar 2024 15:05:01 -0700 Subject: [PATCH] Update .drone.yml Co-authored-by: Brooks Newberry --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7718c0dec4..d2e33f6bdb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -136,7 +136,7 @@ steps: - refs/tags/* - name: publish-image-runtime - image: rancher/hardened-build-base:8b1 + image: rancher/hardened-build-base:v1.21.8b1 commands: - docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD - DRONE_TAG=${DRONE_TAG} make publish-image-runtime