Skip to content

Commit 61eceb1

Browse files
committed
fix golang image repo/tag
1 parent a558ce5 commit 61eceb1

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,7 +1,7 @@
11
# Build the manager binary
22

33
# BEGIN -- workaround lack of go-toolset for golang 1.23
4-
ARG GOLANG_IMAGE=golang:1.21
4+
ARG GOLANG_IMAGE=docker.io/library/golang:1.23
55
FROM ${GOLANG_IMAGE} AS golang
66

77
FROM registry.access.redhat.com/ubi8/ubi@sha256:fd3bf22d0593e2ed26a1c74ce161c52295711a67de677b5938c87704237e49b0 AS builder

0 commit comments

Comments
 (0)