Skip to content

Commit

Permalink
Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent d82192b commit 7b294a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/postgres.container
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=postgres
[Container]
ContainerName=postgres
HealthCmd=sh -c 'pg_isready -q -d "$POSTGRES_DB" -U "$POSTGRES_USER"'
Image=docker.io/library/postgres:15.8-alpine
Image=docker.io/library/postgres:17.0-alpine
Secret=POSTGRES_DB,type=env
Secret=POSTGRES_PASSWORD,type=env
Secret=POSTGRES_USER,type=env
Expand Down

0 comments on commit 7b294a4

Please sign in to comment.