fix CVE-2020-1971 again

This commit is contained in:
bunkerity
2020-12-16 15:47:02 +01:00
parent 9a4f96ad18
commit c5b32dfc4c
19 changed files with 17 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ COPY autoconf/* /opt/entrypoint/
RUN chmod +x /opt/entrypoint/*.py /opt/entrypoint/*.sh
# Fix CVE-2020-1971
RUN apk add "libcrypto1.1>1.1.1g-r0"
RUN apk add "libcrypto1.1>1.1.1g-r0" "libssl1.1>1.1.1g-r0"
VOLUME /etc/nginx