File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
scripts/build/docker/debug Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2024 The Jaeger Authors.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- FROM golang:1.24.5 -alpine@sha256:daae04ebad0c21149979cd8e9db38f565ecefd8547cf4a591240dc1972cf1399 AS build
4
+ FROM golang:1.25.0 -alpine@sha256:f18a072054848d87a8077455f0ac8a25886f2397f88bfdd222d6fafbb5bba440 AS build
5
5
ARG TARGETARCH
6
6
ENV GOPATH /go
7
7
RUN apk add --update --no-cache ca-certificates make git build-base mailcap
@@ -16,7 +16,7 @@ RUN if [[ "$TARGETARCH" == "s390x" || "$TARGETARCH" == "ppc64le" ]] ; then \
16
16
cd /go/src/debug-delve && go mod download && go build -o /go/bin/dlv github.com/go-delve/delve/cmd/dlv; \
17
17
fi
18
18
19
- FROM golang:1.24.5 -alpine@sha256:daae04ebad0c21149979cd8e9db38f565ecefd8547cf4a591240dc1972cf1399
19
+ FROM golang:1.25.0 -alpine@sha256:f18a072054848d87a8077455f0ac8a25886f2397f88bfdd222d6fafbb5bba440
20
20
COPY --from=build /go/bin/dlv /go/bin/dlv
21
21
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
22
22
COPY --from=build /etc/mime.types /etc/mime.types
You can’t perform that action at this time.
0 commit comments