Fix CVE CVE-2023-3316

This commit is contained in:
Théophile Diot 2023-06-30 16:03:18 -04:00
parent 5631e27378
commit c93d5a2fcd
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ RUN apk add --no-cache pcre bash python3 && \
ln -s /proc/1/fd/1 /var/log/bunkerweb/access.log
# Fix CVEs
RUN apk add "libx11>=1.8.4-r1"
RUN apk add "libx11>=1.8.4-r1" "tiff>=4.4.0-r4"
VOLUME /data /etc/nginx