Skip to content

Commit

Permalink
chore: upgrade to postgres 16 for regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Feb 19, 2024
1 parent 8a7eadc commit 2d1c964
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 @@ -2,7 +2,7 @@ version: "3"

services:
database:
image: "postgres:15.3"
image: "postgres:16.2"
ports:
- 5432:5432
environment:
Expand Down

0 comments on commit 2d1c964

Please sign in to comment.