Skip to content

Commit

Permalink
Upgrade to Postgresql 17
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Oct 31, 2024
1 parent 09bf9d6 commit be9758e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
hostname: worker_llm.local

postgres:
image: postgres:16
image: postgres:17
hostname: postgres.local
volumes:
- postgres_data:/var/lib/postgresql/data
Expand Down

0 comments on commit be9758e

Please sign in to comment.