Skip to content

Commit

Permalink
Merge pull request #42 from vigasdeep/dependabot/docker/golang-2fe82a3
Browse files Browse the repository at this point in the history
Bump golang from `8e529b6` to `2fe82a3`
  • Loading branch information
vigasdeep authored Sep 26, 2024
2 parents 88aa84a + 688c39c commit 9922663
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 @@
# Start from the official Golang image to have a proper environment.
FROM golang:1.23@sha256:8e529b64d382182bb84f201dea3c72118f6ae9bc01d27190ffc5a54acf0091d2 as builder
FROM golang:1.23@sha256:2fe82a3f3e006b4f2a316c6a21f62b66e1330ae211d039bb8d1128e12ed57bf1 as builder

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

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/

# Create a directory where our application will be placed.
WORKDIR /app
Expand Down

0 comments on commit 9922663

Please sign in to comment.