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 27, 2024
1 parent 7cc38e3 commit f542a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- meilisearch-data:/meili_data
env_file: ../.env
database:
image: postgres:16
image: postgres:17
env_file: ../.env
volumes:
- postgres:/var/lib/postgresql/data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
ports:
- "7700:7700"
database:
image: postgres:16
image: postgres:17
env_file: .env
ports:
- "5432:5432"
Expand Down

0 comments on commit f542a6b

Please sign in to comment.