Skip to content

Commit 76ddebd

Browse files
author
tazhate
committed
fix(docker): bump Go base image to 1.25 to match go.mod requirement
1 parent 0e7415a commit 76ddebd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM docker.io/golang:1.23-alpine AS builder
2+
FROM docker.io/golang:1.25-alpine AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)