diff --git a/Dockerfile b/Dockerfile index c62aab7..3859db6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi9/ubi:9.4-1123.1719560047 as builder +FROM registry.access.redhat.com/ubi9/ubi:9.5-1734495538 as builder RUN yum -y install \ golang \ @@ -21,7 +21,7 @@ RUN GOOS=linux GOARCH=amd64 go build -tags exclude_graphdriver_btrfs,btrfs_nover # 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:9.5 +FROM registry.access.redhat.com/ubi9/ubi:9.5-1734495538 COPY policy.json /etc/containers/ COPY --from=builder /metrics-server /bin/