Skip to content

Commit

Permalink
chore(deps): update docker.io/library/postgres:16.0-alpine docker dig…
Browse files Browse the repository at this point in the history
…est to bfd42bb

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent fb8ae66 commit 385d489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/host_vars/authentik/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
postgresql:
image: docker.io/library/postgres:16.0-alpine@sha256:fedc131c1ce671d13c28c442aa4bebf2c616d952866f9ec0cee16d06c28b37b4
image: docker.io/library/postgres:16.0-alpine@sha256:bfd42bb6358aee8a305ec3f51d505d6b9e406cf3ce800914a66741dba18b8263
restart: always
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
Expand Down

0 comments on commit 385d489

Please sign in to comment.