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 f901bb1 commit dd33246Copy full SHA for dd33246
docker-compose.yml
@@ -103,7 +103,7 @@ services:
103
source: ./docker/extra_settings
104
target: /app/docker/extra_settings
105
postgres:
106
- image: postgres:16.4-alpine@sha256:492898505cb45f9835acc327e98711eaa9298ed804e0bb36f29e08394229550d
+ image: postgres:16.4-alpine@sha256:d898b0b78a2627cb4ee63464a14efc9d296884f1b28c841b0ab7d7c42f1fffdf
107
environment:
108
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
109
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}
0 commit comments