We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310bce2 commit 50280d2Copy full SHA for 50280d2
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.2-alpine@sha256:035b9ab53cfa147d7202b61f5f7782b939ae815b7d6bc81c96b7b42ff1fca950
+ image: postgres:18.3-alpine@sha256:4da1a4828be12604092fa55311276f08f9224a74a62dcb4708bd7439e2a03911
124
environment:
125
PGDATA: /var/lib/postgresql/data
126
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
0 commit comments