We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2871e commit 1fddb39Copy full SHA for 1fddb39
docker-compose.yml
@@ -105,7 +105,7 @@ services:
105
source: ./docker/extra_settings
106
target: /app/docker/extra_settings
107
postgres:
108
- image: postgres:17.4-alpine@sha256:7062a2109c4b51f3c792c7ea01e83ed12ef9a980886e3b3d380a7d2e5f6ce3f5
+ image: postgres:17.5-alpine@sha256:f325a29ec9deb7039c5f07761d77d79d537dac836ecd99f982f6ca5476724604
109
environment:
110
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
111
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}
0 commit comments