Skip to content

Commit

Permalink
fix golang image repo/tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored and openshift-merge-bot[bot] committed Feb 4, 2025
1 parent 103580c commit ef70cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build the manager binary

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

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

0 comments on commit ef70cf9

Please sign in to comment.