Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 4b9a006 commit f8693ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

services:
database:
image: postgres:16.4
image: postgres:17.0
ports:
- 60000:5432
# make postgres faster and non-durable, see https://www.postgresql.org/docs/current/non-durability.html
Expand Down
2 changes: 1 addition & 1 deletion dev-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
env_file:
- ./environment
database:
image: postgres:16-alpine
image: postgres:17-alpine
env_file:
- ./environment
volumes:
Expand Down

0 comments on commit f8693ef

Please sign in to comment.