diff --git a/Dockerfile.tsa.rh b/Dockerfile.tsa.rh index f8566fae1..33081edfc 100644 --- a/Dockerfile.tsa.rh +++ b/Dockerfile.tsa.rh @@ -38,7 +38,7 @@ RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0 COPY --from=builder /opt/app-root/src/timestamp-server_debug /usr/local/bin/timestamp-server # Multi-Stage production build -FROM registry.access.redhat.com/ubi9-minimal@sha256:932acc913841596b4bdb1dfb6280987b81c2d9f4d337d0a57c9a98fc749e10bd AS deploy +FROM registry.access.redhat.com/ubi9-minimal@sha256:31648959f2cf4e3fdd14801905e4339fef1d4457763e80094ed30f69562f0a63 AS deploy LABEL description="The timestamp-authority is a process that provides a timestamp record of when a document was created or modified." LABEL io.k8s.description="The timestamp-authority is a process that provides a timestamp record of when a document was created or modified."