Skip to content

Commit

Permalink
Merge branch 'main' into OTEL_Config/Telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Wise-Wizard authored Jul 23, 2024
2 parents f410b06 + 74ee5d6 commit ae542e5
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.20.1 AS cert
FROM alpine:3.20.2 AS cert
RUN apk add --update --no-cache ca-certificates mailcap

FROM alpine:3.20.1
FROM alpine:3.20.2
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 ae542e5

Please sign in to comment.