Skip to content

Commit

Permalink
Bump alpine from 3.19.1 to 3.20.0 in /docker/base (#5477)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 901165c commit 5ae7644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.19.1 AS cert
FROM alpine:3.20.0 AS cert
RUN apk add --update --no-cache ca-certificates mailcap

FROM alpine:3.19.1
FROM alpine:3.20.0
COPY --from=cert /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=cert /etc/mime.types /etc/mime.types

0 comments on commit 5ae7644

Please sign in to comment.