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 @@ -140,7 +140,7 @@ COPY manage.py ./
140
140
COPY dojo/ ./dojo/
141
141
RUN env DD_SECRET_KEY='.' python3 manage.py collectstatic --noinput && true
142
142
143
- FROM nginx:1.26.0-alpine@sha256:ca16009a8c25f52193506d4c90c98efbad4b6cbe73372e2a27972f05c5e02f15
143
+ FROM nginx:1.26.0-alpine@sha256:ef587d1eb99e991291c582bfb74f27db27f7ca2c095d4ba06cc3f7c910a0c7b3
144
144
ARG uid=1001
145
145
ARG appuser=defectdojo
146
146
COPY --from=collectstatic /app/static/ /usr/share/nginx/html/static/
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ COPY dojo/ ./dojo/
75
75
76
76
RUN env DD_SECRET_KEY='.' python3 manage.py collectstatic --noinput && true
77
77
78
- FROM nginx:1.26.0-alpine@sha256:ca16009a8c25f52193506d4c90c98efbad4b6cbe73372e2a27972f05c5e02f15
78
+ FROM nginx:1.26.0-alpine@sha256:ef587d1eb99e991291c582bfb74f27db27f7ca2c095d4ba06cc3f7c910a0c7b3
79
79
ARG uid=1001
80
80
ARG appuser=defectdojo
81
81
COPY --from=collectstatic /app/static/ /usr/share/nginx/html/static/
You can’t perform that action at this time.
0 commit comments