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 1, 2023
1 parent 2ba14d8 commit fffa4af
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 fffa4af

Please sign in to comment.