diff --git a/dev/docker-compose.yaml b/dev/docker-compose.yaml index 50899bd..86aa53d 100644 --- a/dev/docker-compose.yaml +++ b/dev/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3.7" services: db: - image: postgres:${POSTGRES_IMAGE_TAG:-12} + image: postgres:${POSTGRES_IMAGE_TAG:-15} environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres