Skip to content

Commit

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

Bump alpine from 3.19.0 to 3.19.1
  • Loading branch information
loafoe authored Mar 18, 2024
2 parents 062d37e + 164fd74 commit 21a8650
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.0
FROM alpine:3.19.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.0
FROM alpine:3.19.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 21a8650

Please sign in to comment.