We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270e776 commit abe1baeCopy full SHA for abe1bae
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.25 AS builder
+FROM golang:1.26 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.25 AS func-cli-builder
+FROM golang:1.26 AS func-cli-builder
35
36
37
0 commit comments