From c0fe80d7c290f1e4203c640a988492667e521146 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:03:44 +0000 Subject: [PATCH] chore(deps): update postgres docker digest to 073e7c8 Ref: PACT-445 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index fdb27f5..7c5096b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: PACT_BROKER_DATABASE_CONNECT_MAX_RETRIES: "10" PACT_BROKER_PUBLIC_HEARTBEAT: "true" postgres: - image: postgres@sha256:67a7c384da54fc55a3b5ad38e9853b76003603d12732c90af368b31bb1f2517f + image: postgres@sha256:073e7c8b84e2197f94c8083634640ab37105effe1bc853ca4d5fbece3219b0e8 healthcheck: test: psql postgres --command "select 1" -U postgres ports: