mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix CVE CVE-2023-3316
This commit is contained in:
parent
5631e27378
commit
c93d5a2fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue