Skip to content

Commit 5e2b25a

Browse files
dependabot[bot]jgwest
authored andcommitted
---
updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 006efe2 commit 5e2b25a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.9-1029 as gitops-service
30+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896 as gitops-service
3131

3232
# Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries
3333
RUN microdnf install shadow-utils \

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.9-1029 as gitops-service
30+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896 as gitops-service
3131

3232
# Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries
3333
RUN yum install shadow-utils \

0 commit comments

Comments
 (0)