Skip to content

Commit 60bd33b

Browse files
committed
chore(deps): update golang docker tag to v1.24.3
1 parent 7a9b120 commit 60bd33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fleet-argocd-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
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.24.3 as builder
33
WORKDIR /app
44
COPY go.mod go.sum ./
55
RUN go mod download

0 commit comments

Comments
 (0)