We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd32d9a commit 99c101fCopy full SHA for 99c101f
docker-compose.yml
@@ -103,7 +103,7 @@ services:
103
source: ./docker/extra_settings
104
target: /app/docker/extra_settings
105
postgres:
106
- image: postgres:17.2-alpine@sha256:e7897baa70dae1968d23d785adb4aeb699175e0bcaae44f98a7083ecb9668b93
+ image: postgres:17.2-alpine@sha256:d37d2c160d34430877c802e5adc22824a2ad453499db9bab1a2ceb2be6c1a46f
107
environment:
108
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
109
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}
0 commit comments