Skip to content

Commit a9fa427

Browse files
Update golang Docker tag to v1.23.6
1 parent 56cbf1b commit a9fa427

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.23.6-alpine AS init
33
WORKDIR /go/src
44
RUN \
55
--mount=source=.,target=. \

0 commit comments

Comments
 (0)