Skip to content

Commit 610ed05

Browse files
committed
Use a Bookworm based Postgres image in Docker compose
1 parent 8e8f283 commit 610ed05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
db:
2626
condition: service_healthy
2727
db:
28-
image: postgres:14-alpine
28+
image: postgres:14-bookworm
2929
environment:
3030
- POSTGRES_USER=djangoproject
3131
- POSTGRES_PASSWORD=secret

0 commit comments

Comments
 (0)