Skip to content

Commit

Permalink
chore: PG version upgrade in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Oct 16, 2024
1 parent 8c5cb11 commit 73ccdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- fulcrum
- mempool
postgres:
image: postgres:14.1
image: postgres:16.4
environment:
- POSTGRES_USER=user
- POSTGRES_PASSWORD=password
Expand Down

0 comments on commit 73ccdc9

Please sign in to comment.