Skip to content

Commit

Permalink
Use a Bookworm based Postgres image in Docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloxnet committed Jan 22, 2025
1 parent 667bf22 commit e8a41f1
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 @@ -25,7 +25,7 @@ services:
db:
condition: service_healthy
db:
image: postgres:14-alpine
image: postgres:14-bookworm
environment:
- POSTGRES_USER=djangoproject
- POSTGRES_PASSWORD=secret
Expand Down

0 comments on commit e8a41f1

Please sign in to comment.