We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe42dc commit eee0418Copy full SHA for eee0418
fleet-argocd-plugin/Dockerfile
@@ -1,5 +1,5 @@
1
# Use the offical Go image to create a build artifact.
2
-FROM golang:1.23.2 as builder
+FROM golang:1.23.6 as builder
3
WORKDIR /app
4
COPY go.mod go.sum ./
5
RUN go mod download
0 commit comments