Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mend Renovate <[email protected]>
  • Loading branch information
renovate-bot committed Dec 6, 2024
1 parent c367225 commit 48b0a37
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,9 +1,9 @@
# Copyright (c) 2024 The Jaeger Authors.
# SPDX-License-Identifier: Apache-2.0

FROM alpine:3.20.3 AS cert
FROM alpine:3.21.0 AS cert
RUN apk add --update --no-cache ca-certificates mailcap

FROM alpine:3.20.3
FROM alpine:3.21.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 48b0a37

Please sign in to comment.