diff --git a/ansible/host_vars/authentik/docker-compose.yaml b/ansible/host_vars/authentik/docker-compose.yaml index 4b327c30f..735b9e42a 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:16.1-alpine@sha256:884718395ee967fc70374563f3b4d72f0c61f48f81868decb9fa452915fe070e + image: docker.io/library/postgres:16.1-alpine@sha256:1aa9f8cf8c10f50489ff9f048b4a64c92292c59f51a2bb664693194c7d06b036 restart: always healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]