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 @@ -19,7 +19,7 @@ RUN go build -mod=readonly -o fetch_tsa_certs_linux -trimpath ./cmd/fetch-tsa-ce
1919 gzip fetch_tsa_certs_darwin_amd64 && \
2020 gzip fetch_tsa_certs_windows_amd64.exe
2121
22- FROM registry.access.redhat.com/ubi9-minimal@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
22+ FROM registry.access.redhat.com/ubi9-minimal@sha256:80f3902b6dcb47005a90e14140eef9080ccc1bb22df70ee16b27d5891524edb2
2323ENV APP_ROOT=/opt/app-root
2424WORKDIR $APP_ROOT/src/
2525
Original file line number Diff line number Diff line change 3636COPY --from=builder /opt/app-root/src/timestamp-server_debug /usr/local/bin/timestamp-server
3737
3838# Multi-Stage production build
39- FROM registry.access.redhat.com/ubi9-minimal@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c AS deploy
39+ FROM registry.access.redhat.com/ubi9-minimal@sha256:80f3902b6dcb47005a90e14140eef9080ccc1bb22df70ee16b27d5891524edb2 AS deploy
4040
4141LABEL description="The timestamp-authority is a process that provides a timestamp record of when a document was created or modified."
4242LABEL io.k8s.description="The timestamp-authority is a process that provides a timestamp record of when a document was created or modified."
You can’t perform that action at this time.
0 commit comments