From 4814a8ae48a8e272497a2fb19fc37bdde1817c62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 01:00:58 +0000 Subject: [PATCH] chore(deps): update docker.io/library/postgres:17.2-alpine docker digest to 7d65bcb Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ansible/host_vars/authentik/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/host_vars/authentik/docker-compose.yaml b/ansible/host_vars/authentik/docker-compose.yaml index 6df03a7f..c1d9b77b 100644 --- a/ansible/host_vars/authentik/docker-compose.yaml +++ b/ansible/host_vars/authentik/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3" services: postgresql: - image: docker.io/library/postgres:17.2-alpine@sha256:0bcc5bbbb2aa9c9b4c6505845918c7eb55d783cf5c1f434fac33012579fb149d + image: docker.io/library/postgres:17.2-alpine@sha256:7d65bcba76a0a625d1c771ec619615d13bb42b0369c220dabc86d2f10b7817c2 restart: always healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]