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 88b4b9a commit e74fee9Copy full SHA for e74fee9
docker-compose.yml
@@ -120,7 +120,7 @@ services:
120
source: ./docker/extra_settings
121
target: /app/docker/extra_settings
122
postgres:
123
- image: postgres:17.5-alpine@sha256:ec01646a894c7c5aec8a29e0fe723ab093e24e2e055940090d282d8ab1c79d26
+ image: postgres:17.5-alpine@sha256:6567bca8d7bc8c82c5922425a0baee57be8402df92bae5eacad5f01ae9544daa
124
environment:
125
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
126
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}
0 commit comments