We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a558ce5 commit 61eceb1Copy full SHA for 61eceb1
Dockerfile
@@ -1,7 +1,7 @@
1
# Build the manager binary
2
3
# BEGIN -- workaround lack of go-toolset for golang 1.23
4
-ARG GOLANG_IMAGE=golang:1.21
+ARG GOLANG_IMAGE=docker.io/library/golang:1.23
5
FROM ${GOLANG_IMAGE} AS golang
6
7
FROM registry.access.redhat.com/ubi8/ubi@sha256:fd3bf22d0593e2ed26a1c74ce161c52295711a67de677b5938c87704237e49b0 AS builder
0 commit comments