Skip to content

Commit c437400

Browse files
dependabot[bot]jgwest
authored andcommitted
Bump ubi8/ubi-minimal from 8.10-1179.1741863533 to 8.10-1295.1749680713
Bumps ubi8/ubi-minimal from 8.10-1179.1741863533 to 8.10-1295.1749680713. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-version: 8.10-1295.1749680713 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8768384 commit c437400

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