diff --git a/Dockerfile b/Dockerfile index e73ef82e..1542a820 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV ENABLE_WEBHOOKS=${ENABLE_WEBHOOKS} # Use ubi-micro as minimal base image to package the manager binary # See https://catalog.redhat.com/software/containers/ubi9/ubi-micro/615bdf943f6014fa45ae1b58 -FROM registry.access.redhat.com/ubi9/ubi-micro:9.5-1733767087 +FROM registry.access.redhat.com/ubi9/ubi-micro:9.5-1734327559 COPY --from=builder /opt/app-root/src/manager / # It is mandatory to set these labels