Skip to content

Commit eb3a12a

Browse files
committed
Change the runtime image to UBI minimal for ocp 4.21
1 parent 3087a13 commit eb3a12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUNTIME_IMAGE=quay.io/centos/centos:stream9-minimal
1+
ARG RUNTIME_IMAGE=registry.redhat.io/ubi9/ubi-minimal:latest
22
FROM golang:1.23 as builder
33
ARG TARGETOS
44
ARG TARGETARCH

0 commit comments

Comments
 (0)