Skip to content

Commit

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 4025561 commit 45ffeaa
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:17.1-alpine@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
image: docker.io/library/postgres:17.1-alpine@sha256:0d9624535618a135c5453258fd629f4963390338b11aaffb92292c12df3a6c17
restart: always
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
Expand Down

0 comments on commit 45ffeaa

Please sign in to comment.