diff --git a/docker-compose.yml b/docker-compose.yml index 9fa49af98..63bd78c84 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: # use the preferred version of the official Postgres image # see https://hub.docker.com/_/postgres/ - image: postgres:13.16 + image: postgres:13.16-bookworm environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=$POSTGRES_PASSWORD