Skip to content

Commit

Permalink
chore: Bump to latest build base version in Dockerfile
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Oct 14, 2024
1 parent d4085be commit 461a053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BCI_IMAGE=registry.suse.com/bci/bci-busybox
ARG GO_IMAGE=rancher/hardened-build-base:v1.22.7b1
ARG GO_IMAGE=rancher/hardened-build-base:v1.21.11b3
FROM ${BCI_IMAGE} AS bci

# Image that provides cross compilation tooling.
Expand Down Expand Up @@ -53,4 +53,4 @@ ARG BCI_IMAGE
LABEL org.opencontainers.image.url="https://hub.docker.com/r/rancher/hardened-whereabouts"
LABEL org.opencontainers.image.source="https://github.com/rancher/image-build-whereabouts"
LABEL org.opencontainers.image.base.name="${BCI_IMAGE}"
CMD ["/install-cni.sh"]
CMD ["/install-cni.sh"]

0 comments on commit 461a053

Please sign in to comment.