From dd6e2175abb5860a73f6e3aa985178d4f6a92263 Mon Sep 17 00:00:00 2001 From: JasonPowr Date: Fri, 12 Jul 2024 00:15:02 +0000 Subject: [PATCH] :robot: Update registry.access.redhat.com/ubi9-minimal image ref in Dockerfiles from 29790f89883 to 82fad27b913 --- Dockerfile.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rh b/Dockerfile.rh index 0b8fd2524f..2747924999 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:29790f898839e92c0554d031856e1770254f27e66af593fc088fbb7d3e5e298e +FROM registry.access.redhat.com/ubi9-minimal@sha256:82fad27b91361473d919522a01a1198f327230bf8d2b569a8995bdcd6ac7cb94 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