Skip to content

Commit 6354c5e

Browse files
Update Dockerfile.rhoai
1 parent 79afcbf commit 6354c5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/images/training-operator/Dockerfile.rhoai

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG GOLANG_IMAGE=registry-proxy.engineering.redhat.com/rh-osbs/openshift-golang-builder:v1.23
1+
ARG GOLANG_IMAGE=registry.access.redhat.com/ubi9/go-toolset:1.23
22
# Go versioning workaround for lack of go-toolset for version 1.23
3-
FROM ${GOLANG_IMAGE} AS golang
3+
FROM registry.access.redhat.com/ubi9/go-toolset:1.23 AS golang
44

55
FROM registry.access.redhat.com/ubi9/ubi:latest AS builder
66

0 commit comments

Comments
 (0)