Skip to content

Commit 2ce397f

Browse files
committed
Update golang Docker tag to v1.25.5
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent ede3aee commit 2ce397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN if [[ "$TARGETARCH" == "s390x" || "$TARGETARCH" == "ppc64le" ]] ; then \
2121
go build -o /go/bin/dlv github.com/go-delve/delve/cmd/dlv; \
2222
fi
2323

24-
FROM golang:1.24.1-alpine
24+
FROM golang:1.25.5-alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb
2525
COPY --from=build /go/bin/dlv /go/bin/dlv
2626
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
2727
COPY --from=build /etc/mime.types /etc/mime.types

0 commit comments

Comments
 (0)