Skip to content

Commit 1b4f355

Browse files
authored
Update golang Docker tag to v1.22.5 (jaegertracing#5699)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | final | patch | `1.22.4-alpine` -> `1.22.5-alpine` | | golang | stage | patch | `1.22.4-alpine` -> `1.22.5-alpine` | --- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19--> Signed-off-by: Mend Renovate <[email protected]>
1 parent 5b90982 commit 1b4f355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/debug/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.4-alpine AS build
1+
FROM golang:1.22.5-alpine AS build
22
ARG TARGETARCH
33
ENV GOPATH /go
44
RUN apk add --update --no-cache ca-certificates make git build-base mailcap
@@ -10,7 +10,7 @@ RUN if [[ "$TARGETARCH" == "s390x" || "$TARGETARCH" == "ppc64le" ]] ; then \
1010
go install github.com/go-delve/delve/cmd/dlv@latest; \
1111
fi
1212

13-
FROM golang:1.22.4-alpine
13+
FROM golang:1.22.5-alpine
1414
COPY --from=build /go/bin/dlv /go/bin/dlv
1515
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
1616
COPY --from=build /etc/mime.types /etc/mime.types

0 commit comments

Comments
 (0)