Skip to content

Commit

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

Bump alpine from 3.19.1 to 3.20.1
  • Loading branch information
loafoe authored Jun 22, 2024
2 parents b2c5034 + 8df9f3e commit 075eeb9
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.19.1
FROM alpine:3.20.1
RUN apk --no-cache add ca-certificates
ENV HOME /root
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.19.1
FROM alpine:3.20.1
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 075eeb9

Please sign in to comment.