File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ COPY manage.py ./
56
56
COPY dojo/ ./dojo/
57
57
RUN env DD_SECRET_KEY='.' python3 manage.py collectstatic --noinput && true
58
58
59
- FROM nginx:1.27.4-alpine@sha256:b471bb609adc83f73c2d95148cf1bd683408739a3c09c0afc666ea2af0037aef
59
+ FROM nginx:1.27.4-alpine@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591
60
60
ARG uid=1001
61
61
ARG appuser=defectdojo
62
62
COPY --from=collectstatic /app/static/ /usr/share/nginx/html/static/
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ COPY dojo/ ./dojo/
73
73
74
74
RUN env DD_SECRET_KEY='.' python3 manage.py collectstatic --noinput && true
75
75
76
- FROM nginx:1.27.4-alpine@sha256:b471bb609adc83f73c2d95148cf1bd683408739a3c09c0afc666ea2af0037aef
76
+ FROM nginx:1.27.4-alpine@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591
77
77
ARG uid=1001
78
78
ARG appuser=defectdojo
79
79
COPY --from=collectstatic /app/static/ /usr/share/nginx/html/static/
You can’t perform that action at this time.
0 commit comments