Commit 424a66f 1 parent 88e0409 commit 424a66f Copy full SHA for 424a66f
File tree 2 files changed +2
-2
lines changed
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.3 -alpine@sha256:814a8e88df978ade80e584cc5b333144b9372a8e3c98872d07137dbf3b44d0e4
59
+ FROM nginx:1.27.4 -alpine@sha256:b471bb609adc83f73c2d95148cf1bd683408739a3c09c0afc666ea2af0037aef
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.3 -alpine@sha256:814a8e88df978ade80e584cc5b333144b9372a8e3c98872d07137dbf3b44d0e4
76
+ FROM nginx:1.27.4 -alpine@sha256:b471bb609adc83f73c2d95148cf1bd683408739a3c09c0afc666ea2af0037aef
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