Skip to content

Commit

Permalink
Merge pull request #309 from saleor/use-postgres-15
Browse files Browse the repository at this point in the history
Use PostgreSQL 15
  • Loading branch information
aniav authored May 29, 2024
2 parents 465b1d9 + 02ab281 commit 471de9e
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 @@ -32,7 +32,7 @@ services:
restart: unless-stopped

db:
image: library/postgres:13-alpine
image: library/postgres:15-alpine
ports:
- 5432:5432
restart: unless-stopped
Expand Down

0 comments on commit 471de9e

Please sign in to comment.