From e55c2bddcff7ad48283da97bd43435e5b13f739e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 04:47:35 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/rhel8/postgresql-15:latest docker digest to 70b7297 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- image/db/rhel/konflux.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/db/rhel/konflux.Dockerfile b/image/db/rhel/konflux.Dockerfile index dc6f17e2f..f7f01295d 100644 --- a/image/db/rhel/konflux.Dockerfile +++ b/image/db/rhel/konflux.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/rhel8/postgresql-15:latest@sha256:0e3e41b59b4ee972e59383c83350b6388f698e235892ffb4e00ffff5181cb089 AS scanner-db-common +FROM registry.redhat.io/rhel8/postgresql-15:latest@sha256:70b7297a08ac043ca71855d784758d9f3dea24f7d2b7fe139e5e6e1de42fe3ec AS scanner-db-common ARG SCANNER_TAG RUN if [[ "$SCANNER_TAG" == "" ]]; then >&2 echo "error: required SCANNER_TAG arg is unset"; exit 6; fi