From 7aae1975fd2dbb0c5624c2ac371a18721155bbdd Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 05:35:12 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/rhel8/postgresql-15:latest docker digest to 01ea167 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 431957518..369ad6d75 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:e8c30c0741b2ca52c2f1286e8fba9c4ef054b90a9ce4558f0c4dd82fbdbea393 AS scanner-db-common +FROM registry.redhat.io/rhel8/postgresql-15:latest@sha256:01ea1674ce4f16e2b130a186130e07bb1732f038af6678fadb6f22facaec8313 AS scanner-db-common ARG SCANNER_TAG RUN if [[ "$SCANNER_TAG" == "" ]]; then >&2 echo "error: required SCANNER_TAG arg is unset"; exit 6; fi