Skip to content

Commit

Permalink
Merge pull request #4 from manuelbuil/update_base_image
Browse files Browse the repository at this point in the history
Update base image
  • Loading branch information
dweomer authored Oct 27, 2021
2 parents 7b20fc8 + 33ce610 commit 3825937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ platform:
steps:
- name: build
pull: always
image: rancher/hardened-build-base:v1.16.7b7
image: rancher/hardened-build-base:v1.16.9b7
commands:
- make DRONE_TAG=${DRONE_TAG}
volumes:
- name: docker
path: /var/run/docker.sock

- name: publish
image: rancher/hardened-build-base:v1.16.7b7
image: rancher/hardened-build-base:v1.16.9b7
commands:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- make DRONE_TAG=${DRONE_TAG} image-push
Expand All @@ -35,7 +35,7 @@ steps:
- tag

- name: scan
image: rancher/hardened-build-base:v1.16.7b7
image: rancher/hardened-build-base:v1.16.9b7
commands:
- make DRONE_TAG=${DRONE_TAG} image-scan
volumes:
Expand Down

0 comments on commit 3825937

Please sign in to comment.