Skip to content

Commit

Permalink
Merge pull request #59 from rancher/updatecli_main_d7f92eb0a3abcc03eb…
Browse files Browse the repository at this point in the history
…3474bea328769484d749891e0e93b7e9b5db417816ef2d

Bump build base version to v1.22.8b2
  • Loading branch information
thomasferrandiz authored Oct 28, 2024
2 parents 2985cd0 + 9587f4a commit 78b5ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.22.8b1
ARG GO_IMAGE=rancher/hardened-build-base:v1.22.8b2

# Image that provides cross compilation tooling.
FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 as xx

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / push-multiarch

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / push-multiarch

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / push-multiarch

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Expand Down

0 comments on commit 78b5ba4

Please sign in to comment.