We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c944a commit cf3db80Copy full SHA for cf3db80
1 file changed
Dockerfile.tsa.rh
@@ -36,7 +36,7 @@ RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0
36
COPY --from=builder /opt/app-root/src/timestamp-server_debug /usr/local/bin/timestamp-server
37
38
# Multi-Stage production build
39
-FROM registry.access.redhat.com/ubi9-minimal@sha256:f5346fbb587b72b5376e66272935d22c62af78be2e8ea1dcf3e9e46865a9a2ee AS deploy
+FROM registry.access.redhat.com/ubi9-minimal@sha256:77bad043ffe39eb92b2346e935fa3023e3d072e93de21562f33847e42f3612e4 AS deploy
40
41
LABEL description="The timestamp-authority is a process that provides a timestamp record of when a document was created or modified."
42
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