Skip to content

Commit

Permalink
Merge pull request #3 from manuelbuil/new-version
Browse files Browse the repository at this point in the history
Update build base image to 1.15.8b5 version
  • Loading branch information
manuelbuil authored Mar 8, 2021
2 parents 553cc0c + 6c61bda commit a2f0529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.15.2b5
image: rancher/hardened-build-base:v1.15.8b5
commands:
- make DRONE_TAG=${DRONE_TAG}
volumes:
- name: docker
path: /var/run/docker.sock

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

- name: scan
image: rancher/hardened-build-base:v1.15.2b5
image: rancher/hardened-build-base:v1.15.8b5
commands:
- make DRONE_TAG=${DRONE_TAG} image-scan
volumes:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ARCH="amd64"
ARG TAG="v3.6"
ARG UBI_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal:latest
ARG GO_IMAGE=rancher/hardened-build-base:v1.15.2b5
ARG GO_IMAGE=rancher/hardened-build-base:v1.15.8b5

# Build the project
FROM ${GO_IMAGE} as builder
Expand Down

0 comments on commit a2f0529

Please sign in to comment.