From 64f8c6f921f480a706d4dd5b6a31f3cbde54300f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:45:12 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/rhel8/postgresql-15:latest docker digest to d24a9c5 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 f7f01295d..4ae310eb9 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:70b7297a08ac043ca71855d784758d9f3dea24f7d2b7fe139e5e6e1de42fe3ec AS scanner-db-common +FROM registry.redhat.io/rhel8/postgresql-15:latest@sha256:d24a9c5c8493bfb6e63086bc639e28b6b9fbe65886f5af8ae6090837472cd5bc AS scanner-db-common ARG SCANNER_TAG RUN if [[ "$SCANNER_TAG" == "" ]]; then >&2 echo "error: required SCANNER_TAG arg is unset"; exit 6; fi