We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10af185 commit 08503caCopy full SHA for 08503ca
docker/base/Dockerfile
@@ -1,9 +1,9 @@
1
# Copyright (c) 2024 The Jaeger Authors.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-FROM alpine:3.21.0 AS cert
+FROM alpine:3.21.1 AS cert
5
RUN apk add --update --no-cache ca-certificates mailcap
6
7
-FROM alpine:3.21.0
+FROM alpine:3.21.1
8
COPY --from=cert /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
9
COPY --from=cert /etc/mime.types /etc/mime.types
0 commit comments