Skip to content

Commit

Permalink
chore(Dockerfile): bump ubi8/ubi-minimal
Browse files Browse the repository at this point in the history
Bumps ubi8/ubi-minimal from 8.10-896.1717584414 to 8.10-1018.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 2f08ad5 commit bcdf926
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/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8 for more details
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018
COPY --from=builder /opt/app-root/src/manager /
COPY --from=builder /opt/app-root/src/snapshotgc /

Expand Down

0 comments on commit bcdf926

Please sign in to comment.