Skip to content

Commit

Permalink
chore(deps): update golang:1.24.0 docker digest to 3f74443
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] committed Feb 28, 2025
1 parent 19c108d commit 0333827
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.24.0@sha256:cd0c949a4709ef70a8dad14274f09bd07b25542de5a1c4812f217087737efd17 as gobuilder
FROM --platform=$BUILDPLATFORM golang:1.24.0@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71 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 0333827

Please sign in to comment.