We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae0ea4 commit 94055a6Copy full SHA for 94055a6
Dockerfile
@@ -5,7 +5,7 @@
5
#
6
# Note: Make sure you use '.dockerignore' to avoid local copy of binaries (e.g. controller-gen)
7
################################################################################################
8
-FROM golang:1.21 as builder
+FROM golang:1.22 as builder
9
10
ARG OS=linux
11
ARG ARCH=amd64
Dockerfile.ci
0 commit comments