File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22# code: language=Dockerfile
33
4- FROM openapitools/openapi-generator-cli:v7.16 .0@sha256:e56372add5e038753fb91aa1bbb470724ef58382fdfc35082bf1b3e079ce353c AS openapitools
4+ FROM openapitools/openapi-generator-cli:v7.17 .0@sha256:868b97eb4e5080d2cdfd5b3eeaa4d52e4bbb7c56f14e234b08b0b0bc4f38a78f AS openapitools
55# currently only supports x64, no arm yet due to chrome and selenium dependencies
66FROM python:3.13.7-slim-trixie@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689 AS build
77WORKDIR /app
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ COPY dojo/ ./dojo/
6363# always collect static for debug toolbar as we can't make it dependant on env variables or build arguments without breaking docker layer caching
6464RUN env DD_SECRET_KEY='.' DD_DJANGO_DEBUG_TOOLBAR_ENABLED=True python3 manage.py collectstatic --noinput --verbosity=2 && true
6565
66- FROM nginx:1.29.2 -alpine3.22@sha256:61e01287e546aac28a3f56839c136b31f590273f3b41187a36f46f6a03bbfe22
66+ FROM nginx:1.29.3 -alpine3.22@sha256:b3c656d55d7ad751196f21b7fd2e8d4da9cb430e32f646adcf92441b72f82b14
6767ARG uid=1001
6868ARG appuser=defectdojo
6969COPY --from=collectstatic /app/static/ /usr/share/nginx/html/static/
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ cvss==3.6
5656django-fieldsignals == 0.7.0
5757hyperlink == 21.0.0
5858djangosaml2 == 1.11.1
59- drf-spectacular == 0.28 .0
59+ drf-spectacular == 0.29 .0
6060drf-spectacular-sidecar == 2025.10.1
6161django-ratelimit == 4.1.0
6262argon2-cffi == 25.1.0
You can’t perform that action at this time.
0 commit comments