Skip to content

Commit 0d34cd9

Browse files
committed
Change the runtime image to UBI minimal
1 parent 3087a13 commit 0d34cd9

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.access.redhat.com/ubi9/ubi-minimal:latest@sha25661d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483
22
FROM golang:1.23 as builder
33
ARG TARGETOS
44
ARG TARGETARCH

0 commit comments

Comments
 (0)