File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN git update-index --assume-unchanged Dockerfile.rekor-cli.rh && \
3131 git update-index --no-assume-unchanged Dockerfile.rekor-cli.rh
3232
3333#Install stage
34- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:f4c5997c0202e0618cbb55f9e423f838a9b1ac9ec4f80ff6ba87362693df1140
34+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
3535
3636LABEL description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."
3737LABEL io.k8s.description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ RUN mkdir -p /var/run/attestations && \
6161COPY --from=build-env /opt/app-root/src/rekor-server_test /usr/local/bin/rekor-server
6262
6363# Multi-Stage production build
64- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:f4c5997c0202e0618cbb55f9e423f838a9b1ac9ec4f80ff6ba87362693df1140 as deploy
64+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7 as deploy
6565
6666LABEL description="Rekor aims to provide an immutable, tamper-resistant ledger of metadata generated within a software project’s supply chain."
6767LABEL io.k8s.description="Rekor-Server provides a tamper resistant ledger."
You can’t perform that action at this time.
0 commit comments