We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd6c58 commit 8bc5867Copy full SHA for 8bc5867
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.24 AS builder
+FROM golang:1.25 AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
@@ -31,7 +31,7 @@ RUN go install github.com/go-delve/delve/cmd/dlv@latest
31
32
33
# Temporary until we have the latest features (registry-authfile, ...) in a released func cli version
34
-FROM golang:1.24 AS func-cli-builder
+FROM golang:1.25 AS func-cli-builder
35
36
37
0 commit comments