Skip to content

Commit a52d8f9

Browse files
committed
fix: use latest Go 1.25 in Dockerfile
Signed-off-by: Fred Rolland <[email protected]>
1 parent fd2016d commit a52d8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG TARGETARCH
1919
ARG ARCH=${TARGETARCH}
2020

2121
# Build the manager binary
22-
FROM golang:1.25@sha256:31c1e53dfc1cc2d269deec9c83f58729fa3c53dc9a576f6426109d1e319e9e9a AS builder
22+
FROM golang:1.25 AS builder
2323

2424
WORKDIR /workspace
2525

0 commit comments

Comments
 (0)