From 4e6159af9ba3a4cc4fc102ede0515ee899edc928 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:01:46 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/ubi8/openjdk-17-runtime docker digest to dccda18 Signed-off-by: konflux-internal-p02 <126015336+konflux-internal-p02[bot]@users.noreply.github.com> --- Dockerfile.konflux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.konflux b/Dockerfile.konflux index 021e09e8..215da732 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -22,7 +22,7 @@ RUN echo "$PNC_FILES_JSON" | jq -r '.[] | select(test("\\.zip$"))' | \ ############################################################################### #latest tag -FROM registry.redhat.io/ubi8/openjdk-17-runtime@sha256:8e863153659dba9ee288b97b7cdf7a83274dd78b26da1e5da6798d0bd45166e8 as runtime +FROM registry.redhat.io/ubi8/openjdk-17-runtime@sha256:dccda1807142b868566032e4855aa39e1621ac16bb15b2031cc6a1bd11980465 as runtime ## Build args to be used at this step ARG USERID=2000