fix CVE-2020-8231

This commit is contained in:
bunkerity 2020-12-10 21:42:24 +01:00
parent 26199f52c8
commit a73891a3b8
No known key found for this signature in database
GPG Key ID: 654FFF51CEF7CC47
5 changed files with 10 additions and 10 deletions

View File

@ -31,8 +31,8 @@ RUN apk --no-cache add certbot libstdc++ libmaxminddb geoip pcre yajl fail2ban c
chown root:nginx /acme-challenge && \
chmod 750 /acme-challenge
# Fix CVE-2020-28928
RUN apk --no-cache add "musl-utils>1.1.24-r2"
# Fix CVE-2020-28928 & CVE-2020-8231
RUN apk --no-cache add "musl-utils>1.1.24-r2" "libcurl>7.67.0-r1"
VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs /cache

View File

@ -31,8 +31,8 @@ RUN apk --no-cache add certbot libstdc++ libmaxminddb geoip pcre yajl fail2ban c
chown root:nginx /acme-challenge && \
chmod 750 /acme-challenge
# Fix CVE-2020-28928
RUN apk --no-cache add "musl-utils>1.1.24-r2"
# Fix CVE-2020-28928 & CVE-2020-8231
RUN apk --no-cache add "musl-utils>1.1.24-r2" "libcurl>7.67.0-r1"
VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs /cache

View File

@ -38,8 +38,8 @@ RUN apk --no-cache add certbot libstdc++ libmaxminddb geoip pcre yajl fail2ban c
chown root:nginx /acme-challenge && \
chmod 750 /acme-challenge
# Fix CVE-2020-28928
RUN apk --no-cache add "musl-utils>1.1.24-r2"
# Fix CVE-2020-28928 & CVE-2020-8231
RUN apk --no-cache add "musl-utils>1.1.24-r2" "libcurl>7.67.0-r1"
VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs /cache

View File

@ -38,8 +38,8 @@ RUN apk --no-cache add certbot libstdc++ libmaxminddb geoip pcre yajl fail2ban c
chown root:nginx /acme-challenge && \
chmod 750 /acme-challenge
# Fix CVE-2020-28928
RUN apk --no-cache add "musl-utils>1.1.24-r2"
# Fix CVE-2020-28928 & CVE-2020-8231
RUN apk --no-cache add "musl-utils>1.1.24-r2" "libcurl>7.67.0-r1"
VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs /cache

View File

@ -31,8 +31,8 @@ RUN apk --no-cache add certbot libstdc++ libmaxminddb geoip pcre yajl fail2ban c
chown root:nginx /acme-challenge && \
chmod 750 /acme-challenge
# Fix CVE-2020-28928
RUN apk --no-cache add "musl-utils>1.1.24-r2"
# Fix CVE-2020-28928 & CVE-2020-8231
RUN apk --no-cache add "musl-utils>1.1.24-r2" "libcurl>7.67.0-r1"
VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs /cache