Skip to content

Commit

Permalink
Update default postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed May 11, 2023
1 parent 52a19f8 commit 3a16876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3.7"
services:
db:
image: postgres:${POSTGRES_IMAGE_TAG:-12}
image: postgres:${POSTGRES_IMAGE_TAG:-15}
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 3a16876

Please sign in to comment.