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.0 -alpine@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9
143
+ FROM nginx:1.27.2 -alpine@sha256:2140dad235c130ac861018a4e13a6bc8aea3a35f3a40e20c1b060d51a7efd250
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.0 -alpine@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9
76
+ FROM nginx:1.27.2 -alpine@sha256:2140dad235c130ac861018a4e13a6bc8aea3a35f3a40e20c1b060d51a7efd250
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