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 @@ -54,7 +54,7 @@ COPY manage.py ./
54
54
COPY dojo/ ./dojo/
55
55
RUN env DD_SECRET_KEY='.' python3 manage.py collectstatic --noinput && true
56
56
57
- FROM nginx:1.27.4 -alpine3.21@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591
57
+ FROM nginx:1.27.5 -alpine3.21@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10
58
58
ARG uid=1001
59
59
ARG appuser=defectdojo
60
60
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 -alpine3.21@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591
76
+ FROM nginx:1.27.5 -alpine3.21@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10
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