Skip to content

Commit

Permalink
Merge pull request #429 from philips-software/dependabot/docker/alpin…
Browse files Browse the repository at this point in the history
…e-3.20.3

Bump alpine from 3.20.1 to 3.20.3
  • Loading branch information
loafoe authored Sep 28, 2024
2 parents c1cc12c + 7593ecb commit 24e0a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN git rev-parse --short HEAD
RUN GIT_COMMIT=$(git rev-parse --short HEAD) && \
CGO_ENABLED=0 go build -o app -ldflags "-X main.GitCommit=${GIT_COMMIT}"

FROM alpine:3.20.1
FROM alpine:3.20.3
RUN apk --no-cache add ca-certificates
ENV HOME /root

Check warning on line 16 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

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/
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.1
FROM alpine:3.20.3
LABEL maintainer="Andy Lo-A-Foe <andy.lo-a-foe@philips.com>"

RUN apk --no-cache add ca-certificates
Expand Down

0 comments on commit 24e0a79

Please sign in to comment.