diff --git a/.drone.yml b/.drone.yml index 312ac56..5c7833a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ platform: steps: - name: build pull: always - image: rancher/hardened-build-base:v1.21.8b1 + image: rancher/hardened-build-base:v1.21.9b1 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.21.8b1 + image: rancher/hardened-build-base:v1.21.9b1 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.21.8b1 + image: rancher/hardened-build-base:v1.21.9b1 commands: - make DRONE_TAG=${DRONE_TAG} image-scan volumes: @@ -58,7 +58,7 @@ platform: steps: - name: build pull: always - image: rancher/hardened-build-base:v1.21.8b1 + image: rancher/hardened-build-base:v1.21.9b1 commands: - make DRONE_TAG=${DRONE_TAG} volumes: @@ -66,7 +66,7 @@ steps: path: /var/run/docker.sock - name: publish - image: rancher/hardened-build-base:v1.21.8b1 + image: rancher/hardened-build-base:v1.21.9b1 commands: - docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD - make DRONE_TAG=${DRONE_TAG} image-push @@ -83,7 +83,7 @@ steps: - tag - name: scan - image: rancher/hardened-build-base:v1.21.8b1 + image: rancher/hardened-build-base:v1.21.9b1 commands: - make DRONE_TAG=${DRONE_TAG} image-scan volumes: diff --git a/Dockerfile b/Dockerfile index f98fe6a..a340f8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #ARG BCI_IMAGE=registry.suse.com/bci/bci-micro -ARG GO_IMAGE=rancher/hardened-build-base:v1.21.8b1 +ARG GO_IMAGE=rancher/hardened-build-base:v1.21.9b1 #FROM ${BCI_IMAGE} as bci FROM ${GO_IMAGE} as builder # setup required packages