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 96c03f1 commit e09fda4Copy full SHA for e09fda4
docker-compose.yml
@@ -105,7 +105,7 @@ services:
105
source: ./docker/extra_settings
106
target: /app/docker/extra_settings
107
postgres:
108
- image: postgres:17.4-alpine@sha256:c4c3cded22488238ed0df51b82913b5d3b426fad19fbe205a711f05f5dba5c45
+ image: postgres:17.4-alpine@sha256:7062a2109c4b51f3c792c7ea01e83ed12ef9a980886e3b3d380a7d2e5f6ce3f5
109
environment:
110
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
111
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}
0 commit comments