Skip to content

Commit eee0418

Browse files
committed
Update golang Docker tag to v1.23.6
1 parent 2fe42dc commit eee0418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fleet-argocd-plugin/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the offical Go image to create a build artifact.
2-
FROM golang:1.23.2 as builder
2+
FROM golang:1.23.6 as builder
33
WORKDIR /app
44
COPY go.mod go.sum ./
55
RUN go mod download

0 commit comments

Comments
 (0)