mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ui - fix CVE-2022-2097
This commit is contained in:
parent
287e763e0d
commit
5714221319
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ RUN addgroup -g 101 nginx && \
|
|||
chmod -R 770 /etc/nginx && \
|
||||
ln -s /usr/local/bin/python /usr/bin/python3
|
||||
|
||||
# Fix CVEs
|
||||
RUN apk add "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0"
|
||||
|
||||
VOLUME /data /etc/nginx
|
||||
|
||||
EXPOSE 5000
|
||||
|
|
|
|||
Loading…
Reference in a new issue