Skip to content

Commit

Permalink
chore(deps): update golang:1.23.1 docker digest to 4f063a2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 4ca4164 commit dbf4f43
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,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23.1@sha256:efa59042e5f808134d279113530cf419e939d40dab6475584a13c62aa8497c64 as gobuilder
FROM --platform=$BUILDPLATFORM golang:1.23.1@sha256:4f063a24d429510e512cc730c3330292ff49f3ade3ae79bda8f84a24fa25ecb0 as gobuilder

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-push

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/
WORKDIR /src/little-vm-helper
COPY . .
ARG TARGETARCH
Expand Down

0 comments on commit dbf4f43

Please sign in to comment.