Skip to content

Commit 446fe3a

Browse files
authoredApr 23, 2024··
fix: go version in Dockerfile
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
1 parent 9ff3a33 commit 446fe3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.20 as builder
2+
FROM golang:1.22 as builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)
Please sign in to comment.