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.27.3-alpine@sha256:5acf10cd305853dc2271e3c818d342f3aeb3688b1256ab8f035fda04b91ed303
143
+ FROM nginx:1.27.3-alpine@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4
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 @@ -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:5acf10cd305853dc2271e3c818d342f3aeb3688b1256ab8f035fda04b91ed303
76
+ FROM nginx:1.27.3-alpine@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4
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