diff --git a/packaging/container/Dockerfile b/packaging/container/Dockerfile index 07b4a7110..7ec8d6640 100644 --- a/packaging/container/Dockerfile +++ b/packaging/container/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 AS builder +FROM registry.access.redhat.com/ubi9/ubi:9.4 AS builder ARG VERSION RUN dnf -y update && \ @@ -9,7 +9,7 @@ ADD source.tar.gz /source WORKDIR /source RUN make VERSION=${VERSION} -FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 +FROM registry.access.redhat.com/ubi9/ubi:9.4 ARG VERSION LABEL license="ASL2"