Skip to content

Commit

Permalink
Merge pull request #131 from mvisonneau/dependabot/docker/alpine-3.19
Browse files Browse the repository at this point in the history
Bump alpine from 3.17 to 3.19
  • Loading branch information
mvisonneau committed Apr 17, 2024
2 parents 9ad62da + 5b74aa5 commit b5931fc
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 @@ -2,7 +2,7 @@
# BUILD CONTAINER
##

FROM alpine:3.17 as certs
FROM alpine:3.19 as certs

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

0 comments on commit b5931fc

Please sign in to comment.