Skip to content

Commit

Permalink
Merge pull request #801 from traPtitech/dependabot/docker/alpine-3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono authored Oct 1, 2024
2 parents 07b26df + f4434df commit 0f2cff5
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.2
FROM alpine:3.20.3
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 0f2cff5

Please sign in to comment.