From 7871a5bfcf03541865c23279f395f96e5a6ad260 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Feb 2022 01:36:09 +0000 Subject: [PATCH] Update postgres commit hash to a47d2ce --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 97c9275..f10583f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ services: db: condition: service_healthy db: - image: postgres:14.2-alpine@sha256:174b16b3e94a74e2081c81448cbd1aac0a4670c2ea59cd6d47930217787f4c29 + image: postgres:14.2-alpine@sha256:a47d2ce08d692dff9b6799e022f3b4083263177e87c8d7ae9fab75af8d9575e7 restart: unless-stopped healthcheck: test: pg_isready -U postgres