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 30b5ef8 commit 42cca73Copy full SHA for 42cca73
Dockerfile.nginx
@@ -65,7 +65,7 @@ COPY dojo/ ./dojo/
65
66
RUN env DD_SECRET_KEY='.' python3 manage.py collectstatic --noinput && true
67
68
-FROM nginx:1.21.0-alpine@sha256:cc8c413c74aba9fef9dae7f3da736725136bad1e3f24fbc93788aea1944f51c4
+FROM nginx:1.21.1-alpine@sha256:2c2dfbb9814318bc50578b5c60a1e3305f2ac217879a1c87a84418f5d9418ff6
69
ARG uid=1001
70
ARG appuser=defectdojo
71
COPY --from=collectstatic /app/static/ /usr/share/nginx/html/static/
0 commit comments