Skip to content

Commit

Permalink
chore(Dockerfile): bump ubi9/ubi-minimal
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi-minimal from 9.4-1227.1725849298 to 9.4-1227.1726694542.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dirgim committed Sep 24, 2024
1 parent 2fb5df9 commit 93714e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG ENABLE_WEBHOOKS=true
ENV ENABLE_WEBHOOKS=${ENABLE_WEBHOOKS}
# Use ubi-minimal as minimal base image to package the manager binary
# Refer to https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 for more details
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542
COPY --from=builder /opt/app-root/src/manager /
COPY --from=builder /opt/app-root/src/snapshotgc /

Expand Down

0 comments on commit 93714e6

Please sign in to comment.