Skip to content

Commit 8bc5867

Browse files
committed
Update to Golang 1.25 in Dockerfile
1 parent 9fd6c58 commit 8bc5867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24 AS builder
2+
FROM golang:1.25 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

@@ -31,7 +31,7 @@ RUN go install github.com/go-delve/delve/cmd/dlv@latest
3131

3232

3333
# Temporary until we have the latest features (registry-authfile, ...) in a released func cli version
34-
FROM golang:1.24 AS func-cli-builder
34+
FROM golang:1.25 AS func-cli-builder
3535
ARG TARGETOS
3636
ARG TARGETARCH
3737

0 commit comments

Comments
 (0)