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