Skip to content

Commit

Permalink
Merge pull request #104 from golift/renovate/golang-latest
Browse files Browse the repository at this point in the history
Update golang:latest Docker digest to f06d2bb
  • Loading branch information
renovate[bot] authored Dec 25, 2024
2 parents 65be817 + c559663 commit 2d6afdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mulery/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build a go app into a minimal docker image with timezone support and SSL cert chains.
FROM golang:latest@sha256:fffeec553ab94798ca27bda80814acd3f776492d7deafb1a82dd08830b76ec7c as builder
FROM golang:latest@sha256:f06d2bb355a67ccc6c23f3699766323a09ed0a4b724a6b25a300d4b30e01f02c as builder

Check warning on line 2 in cmd/mulery/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 -p $GOPATH/pkg/mod $GOPATH/bin $GOPATH/src /build
COPY . /build
Expand Down

0 comments on commit 2d6afdb

Please # to comment.