File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN make build
2727# GitOps Service image
2828# Provides both the 'gitops-service-backend' and 'gitops-service-cluster-agent' components
2929# ###############################################################################################
30- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 as gitops-service
30+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154 as gitops-service
3131
3232# Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries
3333RUN microdnf install shadow-utils \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN make build
2727# GitOps Service image
2828# Provides both the 'gitops-service-backend' and 'gitops-service-cluster-agent' components
2929################################################################################################
30- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 as gitops-service
30+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154 as gitops-service
3131
3232# Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries
3333RUN yum install shadow-utils \
You can’t perform that action at this time.
0 commit comments