Skip to content

Commit

Permalink
Merge pull request #227 from sir-gon/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.23.1
  • Loading branch information
sir-gon authored Sep 6, 2024
2 parents 8747e2b + 0e5f81b commit 81d3fcd
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 @@
###############################################################################
FROM golang:1.23.0-alpine3.20 AS init
FROM golang:1.23.1-alpine3.20 AS init

ENV CGO_ENABLED 0

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker images

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker images

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker images

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
RUN apk add --update --no-cache make
Expand Down

0 comments on commit 81d3fcd

Please sign in to comment.