Skip to content

Commit

Permalink
Merge pull request #14 from thomasferrandiz/bump-go
Browse files Browse the repository at this point in the history
Bump hardened-build-base to v1.22.7b1
  • Loading branch information
thomasferrandiz authored Sep 10, 2024
2 parents 7b353c1 + b79178d commit cd675ab
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-busybox
ARG GO_IMAGE=rancher/hardened-build-base:v1.20.14b1
ARG GO_IMAGE=rancher/hardened-build-base:v1.22.7b1

#FROM ${BCI_IMAGE} as bci
FROM ${GO_IMAGE} as base

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 cd675ab

Please sign in to comment.