fix CVE-2020-1971

This commit is contained in:
bunkerity
2020-12-16 15:40:38 +01:00
parent f258426f55
commit 9a4f96ad18
15 changed files with 45 additions and 15 deletions

View File

@@ -10,6 +10,9 @@ COPY entrypoint/* /opt/entrypoint/
COPY ui/ /opt/entrypoint/
RUN chmod +x /opt/entrypoint/*.py /opt/entrypoint/*.sh
# Fix CVE-2020-1971
RUN apk add "libcrypto1.1>1.1.1g-r0"
VOLUME /etc/nginx
EXPOSE 5000