Skip to content

Commit

Permalink
Merge pull request #842 from traPtitech/dependabot/docker/alpine-3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono authored Dec 31, 2024
2 parents c51d498 + 9a02a97 commit e232fc3
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
Expand Up @@ -11,7 +11,7 @@ RUN go build -o /Jomon -ldflags "-s -w"

## run

FROM alpine:3.20.3
FROM alpine:3.21.0
ENV TZ Asia/Tokyo

Check warning on line 15 in Dockerfile

View workflow job for this annotation

GitHub Actions / image-v2

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 --update --no-cache add tzdata \
Expand Down

0 comments on commit e232fc3

Please sign in to comment.