Skip to content

Commit b8ae177

Browse files
committed
Update golang Docker tag to v1.24.0
1 parent 56cbf1b commit b8ae177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.13.0
2-
FROM golang:1.23.5-alpine AS init
2+
FROM golang:1.24.0-alpine AS init
33
WORKDIR /go/src
44
RUN \
55
--mount=source=.,target=. \

0 commit comments

Comments
 (0)