Skip to content

Commit

Permalink
Bump build base version to v1.22.3b1 (rancher#82)
Browse files Browse the repository at this point in the history
* chore: Bump to latest build base version in Dockerfile

Made with ❤️️ by updatecli

* chore: Bump to latest build base version in Dockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 9, 2024
1 parent 5ce6ae0 commit 710bcb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platform:
steps:
- name: build
pull: always
image: rancher/hardened-build-base:v1.22.2b1
image: rancher/hardened-build-base:v1.22.3b1
commands:
- make DRONE_TAG=${DRONE_TAG}
volumes:
Expand All @@ -24,7 +24,7 @@ steps:
- refs/pull/**

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

- name: scan
image: rancher/hardened-build-base:v1.22.2b1
image: rancher/hardened-build-base:v1.22.3b1
commands:
- make DRONE_TAG=${DRONE_TAG} image-scan
volumes:
Expand Down Expand Up @@ -70,7 +70,7 @@ platform:
steps:
- name: build
pull: always
image: rancher/hardened-build-base:v1.22.2b1
image: rancher/hardened-build-base:v1.22.3b1
commands:
- make DRONE_TAG=${DRONE_TAG}
volumes:
Expand All @@ -84,7 +84,7 @@ steps:
- refs/pull/**

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

- name: scan
image: rancher/hardened-build-base:v1.22.2b1
image: rancher/hardened-build-base:v1.22.3b1
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,6 +1,6 @@
ARG ARCH="amd64"
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.22.2b1
ARG GO_IMAGE=rancher/hardened-build-base:v1.22.3b1
ARG CNI_IMAGE_VERSION=v1.4.1-build20240430
ARG CNI_IMAGE=rancher/hardened-cni-plugins:${CNI_IMAGE_VERSION}
ARG GOEXPERIMENT=boringcrypto
Expand Down

0 comments on commit 710bcb9

Please sign in to comment.