Skip to content

Commit

Permalink
chore(deps): update golang:1.23.2 docker digest to ad5c126
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] committed Oct 19, 2024
1 parent 33fe403 commit 769e693
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.2@sha256:858ab89651d8a3d637da5580e71fdec40b5aefbb148ba50b9a629bd079a14bcd as gobuilder
FROM --platform=$BUILDPLATFORM golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f 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 769e693

Please sign in to comment.