Skip to content

Commit

Permalink
Merge pull request #108 from shadowmere-xyz/dependabot/docker/golang-…
Browse files Browse the repository at this point in the history
…1.23

Bump golang from 1.22 to 1.23
  • Loading branch information
jadolg authored Sep 2, 2024
2 parents 9dc0f96 + 03f4ad4 commit 3ce6e44
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 golang:1.22 as build
FROM golang:1.23 as build

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / build and push Docker image

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 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / build and push Docker image

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/

ADD . /app
WORKDIR /app
Expand Down

0 comments on commit 3ce6e44

Please sign in to comment.