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 92b1f45 commit a375694Copy full SHA for a375694
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.3-alpine@sha256:80d3d7d6bb3ddb1e44b79612330f7bfc6c451f093f6dd14a1317e777a260b602
+ image: postgres:17.4-alpine@sha256:c4c3cded22488238ed0df51b82913b5d3b426fad19fbe205a711f05f5dba5c45
109
environment:
110
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
111
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}
0 commit comments