Skip to content

Commit

Permalink
Postgres 13, please!
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Feb 6, 2024
1 parent 4d2d11f commit 16d89fd
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 @@ -10,7 +10,7 @@ services:
postgres:
condition: service_healthy
postgres:
image: postgres:10.7-alpine
image: postgres:13-alpine
environment:
POSTGRES_DB: ${CRAFT_DB_DATABASE}
POSTGRES_USER: ${CRAFT_DB_USER}
Expand Down

0 comments on commit 16d89fd

Please sign in to comment.