Skip to content

Commit 2d546d0

Browse files
authored
chore(deps): update alpine docker tag to v3.21.0 (#6315)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | minor | `3.20.3` -> `3.21.0` | | alpine | stage | minor | `3.20.3` -> `3.21.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==--> Signed-off-by: Mend Renovate <[email protected]>
1 parent 4f45182 commit 2d546d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/base/Dockerfile

Lines changed: 2 additions & 2 deletions
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.20.3 AS cert
4+
FROM alpine:3.21.0 AS cert
55
RUN apk add --update --no-cache ca-certificates mailcap
66

7-
FROM alpine:3.20.3
7+
FROM alpine:3.21.0
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)