From ebd6fb3616ef8085a8e3218136678d4608b202f7 Mon Sep 17 00:00:00 2001 From: JasonPowr Date: Fri, 25 Oct 2024 00:17:49 +0000 Subject: [PATCH] :robot: Update registry.access.redhat.com/ubi9-minimal image ref in Dockerfiles from 73f7dcacb46 to f5d2c6a1e0c --- Dockerfile.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rh b/Dockerfile.rh index d589f1b05c..51124c214c 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:f5d2c6a1e0c86e4234ea601552dbabb4ced0e013a1efcbfb439f1f6a7a9275b0 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