Skip to content

Commit

Permalink
Update golang Docker tag to v1.23 (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 2b698af commit 99bae68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.19 as builder
FROM golang:1.23-alpine3.19 as builder

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image to Docker Hub

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 apk update && apk add --no-cache gcc musl-dev ca-certificates

Expand Down Expand Up @@ -26,7 +26,7 @@ EXPOSE 1449

CMD ["./main"]

FROM golang:1.22-alpine3.19 as dev
FROM golang:1.23-alpine3.19 as dev

Check warning on line 29 in Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image to Docker Hub

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 apk update && apk add --no-cache gcc musl-dev ca-certificates

Expand Down

0 comments on commit 99bae68

Please sign in to comment.