Skip to content

Commit 3d18646

Browse files
committed
🤖 Update registry.access.redhat.com/ubi9-minimal image ref in Dockerfiles from 7c5495d5fad to 2fe691b4392
1 parent ef9f895 commit 3d18646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.fetch_tsa_certs.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN make -f Build.mak cross-platform && \
2121
gzip fetch_tsa_certs_linux_s390x && \
2222
gzip fetch_tsa_certs_windows_amd64.exe
2323

24-
FROM registry.access.redhat.com/ubi9-minimal@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
24+
FROM registry.access.redhat.com/ubi9-minimal@sha256:2fe691b4392baf6c000ee7621f9f2c4d220186e53e3eb97dbcfed6aeddcf73d5
2525
ENV APP_ROOT=/opt/app-root
2626
WORKDIR $APP_ROOT/src/
2727

Dockerfile.tsa.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0
3636
COPY --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:2fe691b4392baf6c000ee7621f9f2c4d220186e53e3eb97dbcfed6aeddcf73d5 AS deploy
4040

4141
LABEL description="The timestamp-authority is a process that provides a timestamp record of when a document was created or modified."
4242
LABEL io.k8s.description="The timestamp-authority is a process that provides a timestamp record of when a document was created or modified."

0 commit comments

Comments
 (0)