Skip to content

Commit

Permalink
Bump ubi8/ubi-minimal from 8.10-1130 to 8.10-1154
Browse files Browse the repository at this point in the history
Bumps ubi8/ubi-minimal from 8.10-1130 to 8.10-1154.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jgwest committed Dec 26, 2024
1 parent 08adadc commit c3a8dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10-1130 as gitops-service
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154 as gitops-service

# Install the 'shadow-utils' which contains `adduser` and `groupadd` binaries
RUN microdnf install shadow-utils \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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.10-1130 as gitops-service
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154 as gitops-service

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

0 comments on commit c3a8dfb

Please sign in to comment.