Skip to content

Commit

Permalink
Merge pull request #3 from occrp/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.22.3
  • Loading branch information
ps-occrp authored Oct 1, 2024
2 parents cc1ef4a + 61d2866 commit 8cb4ec3
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,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.20.5-alpine3.18 as builder
FROM golang:1.22.3-alpine3.18 as builder

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

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/

WORKDIR /app
COPY go.mod go.sum ./
Expand Down

0 comments on commit 8cb4ec3

Please sign in to comment.