diff --git a/Dockerfile b/Dockerfile index 4b5778d644..e220fc8eb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN make build # GitOps Service image # Provides both the 'gitops-service-backend' and 'gitops-service-cluster-agent' components ################################################################################################ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029 as gitops-service +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706795067 as gitops-service # Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries RUN microdnf install shadow-utils \ diff --git a/Dockerfile.ci b/Dockerfile.ci index 534f52c3ec..5768b2f5e9 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -27,7 +27,7 @@ RUN make build # GitOps Service image # Provides both the 'gitops-service-backend' and 'gitops-service-cluster-agent' components ################################################################################################ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029 as gitops-service +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706795067 as gitops-service # Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries RUN yum install shadow-utils \