Skip to content

Commit

Permalink
Merge pull request #190 from wneessen/dependabot/docker/golang-4058df8
Browse files Browse the repository at this point in the history
Bump golang from `2bd56f0` to `4058df8`
  • Loading branch information
wneessen authored Aug 14, 2024
2 parents 6363288 + d36e5d8 commit 25b1d40
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 @@
## Build first
FROM golang:latest@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa as builder
FROM golang:latest@sha256:4058df8532e28a6e84176578c06f71699ac403586946cd4780d86838015f8fc9 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/

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/
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir
Expand Down

0 comments on commit 25b1d40

Please sign in to comment.