Skip to content

Commit 08503ca

Browse files
authored
chore(deps): update alpine docker tag to v3.21.1 (#6496)
1 parent 10af185 commit 08503ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/base/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright (c) 2024 The Jaeger Authors.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM alpine:3.21.0 AS cert
4+
FROM alpine:3.21.1 AS cert
55
RUN apk add --update --no-cache ca-certificates mailcap
66

7-
FROM alpine:3.21.0
7+
FROM alpine:3.21.1
88
COPY --from=cert /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
99
COPY --from=cert /etc/mime.types /etc/mime.types

0 commit comments

Comments
 (0)