diff --git a/Containerfile b/Containerfile index 3403448..555e836 100644 --- a/Containerfile +++ b/Containerfile @@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 go build -ldflags "-s -w" . RUN ./scripts/acceptance.sh # Rebase on ubi9 -FROM registry.access.redhat.com/ubi9:latest@sha256:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb +FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb RUN dnf -y install gettext COPY --from=builder /go/src/mikefarah/yq/yq /usr/bin/yq