Skip to content

Commit 74ee5d6

Browse files
authored
Update alpine Docker tag to v3.20.2 (jaegertracing#5771)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | patch | `3.20.1` -> `3.20.2` | | alpine | stage | patch | `3.20.1` -> `3.20.2` | --- ### 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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19--> Signed-off-by: Mend Renovate <[email protected]>
1 parent 6bd7aea commit 74ee5d6

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,6 +1,6 @@
1-
FROM alpine:3.20.1 AS cert
1+
FROM alpine:3.20.2 AS cert
22
RUN apk add --update --no-cache ca-certificates mailcap
33

4-
FROM alpine:3.20.1
4+
FROM alpine:3.20.2
55
COPY --from=cert /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
66
COPY --from=cert /etc/mime.types /etc/mime.types

0 commit comments

Comments
 (0)