We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec1a09 commit 57c95cbCopy full SHA for 57c95cb
1 file changed
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:6567bca8d7bc8c82c5922425a0baee57be8402df92bae5eacad5f01ae9544daa
+ image: postgres:17.6-alpine@sha256:a283fb08619d3517039ae2106413cad68918934025640696a966f4fa468fe376
124
environment:
125
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
126
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}
0 commit comments