Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17 (#3198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 6511c5f commit a1ca4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

services:
db:
image: postgres:16.4
image: postgres:17.0
# Health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ x-extra-hosts: &default-extra-hosts

services:
db:
image: postgres:16.4
image: postgres:17.0
environment:
POSTGRES_PASSWORD: postgres # pragma: allowlist secret
ports:
Expand Down

0 comments on commit a1ca4b6

Please sign in to comment.