We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78edfc0 commit 86aa018Copy full SHA for 86aa018
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:18.1-alpine@sha256:b40d931bd0e7ce6eecc59a5a6ac3b3c04a01e559750e73e7086b6dbd7f8bf545
+ image: postgres:18.1-alpine@sha256:30f2a9b6f470bece98c10f98952e720c881dc3ef987cf06b5ed4b698a350c1bb
124
environment:
125
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
126
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}
0 commit comments