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