Skip to content

Commit 867e2ee

Browse files
Update golang Docker tag to v1.25.7
1 parent ee8e78f commit 867e2ee

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
@@ -17,7 +17,7 @@ RUN --mount=type=bind,target=. \
1717
yamllint -v && yamllint -s -f colored .
1818

1919
# =========================================================
20-
FROM golang:1.25.6-alpine AS init
20+
FROM golang:1.25.7-alpine AS init
2121
WORKDIR /go/src
2222
RUN \
2323
--mount=source=init,target=. \

0 commit comments

Comments
 (0)