Skip to content

Commit

Permalink
Merge pull request konflux-ci#744 from konflux-ci/dependabot/docker/u…
Browse files Browse the repository at this point in the history
…bi8/ubi-minimal-8.10-896

chore(Dockerfile): bump ubi8/ubi-minimal from 8.9-1161.1715068733 to 8.10-896
  • Loading branch information
jsztuka committed May 27, 2024
2 parents cf03dad + 3b48074 commit cc4675c
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 @@ -34,7 +34,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.9-1161.1715068733
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896
COPY --from=builder /opt/app-root/src/manager /
COPY --from=builder /opt/app-root/src/snapshotgc /

Expand Down

0 comments on commit cc4675c

Please sign in to comment.