From a33bd2bb16cd061e7b30a28fe331e8177388a17c Mon Sep 17 00:00:00 2001 From: JasonPowr Date: Wed, 11 Sep 2024 00:16:12 +0000 Subject: [PATCH] :robot: Update registry.access.redhat.com/ubi9-minimal image ref in Dockerfiles from 73f7dcacb46 to efadc50470c --- Dockerfile.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rh b/Dockerfile.rh index d589f1b05c..81009eb8f9 100644 --- a/Dockerfile.rh +++ b/Dockerfile.rh @@ -5,7 +5,7 @@ COPY . . RUN CGO_ENABLED=0 go build -o ct_server -mod=readonly -trimpath ./trillian/ctfe/ct_server # Install server -FROM registry.access.redhat.com/ubi9-minimal@sha256:73f7dcacb460dad137a58f24668470a5a2e47378838a0190eef0ab532c6e8998 +FROM registry.access.redhat.com/ubi9-minimal@sha256:efadc50470c32141c257341694c6312234c0700e0407ed2a60c8b5c26b6af6fc COPY --from=build-env /ct_server/ct_server /usr/local/bin/ct_server RUN chown root:0 /usr/local/bin/ct_server && chmod g+wx /usr/local/bin/ct_server