Skip to content

Commit 9898cf5

Browse files
dependabot[bot]jgwest
authored andcommitted
Bump ubi8/ubi-minimal from 8.10-1018 to 8.10-1052.1724178568
Bumps ubi8/ubi-minimal from 8.10-1018 to 8.10-1052.1724178568. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27c10ff commit 9898cf5

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.10-1018 as gitops-service
30+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 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.10-1018 as gitops-service
30+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 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)