Skip to content

Commit d1563c1

Browse files
committed
chore(deps): update golang docker tag to v1.24.4
1 parent dcddb7f commit d1563c1

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.4 as builder
33
WORKDIR /app
44
COPY go.mod go.sum ./
55
RUN go mod download

0 commit comments

Comments
 (0)