Skip to content

Commit 34df5a6

Browse files
authored
Merge pull request #200 from k8s-proxmox/fix/dockerfile
fix: update go version of docker
2 parents c642830 + 80ccd2b commit 34df5a6

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)