ui - fix CVE-2022-2097

This commit is contained in:
bunkerity 2022-07-06 14:21:35 +02:00
parent 287e763e0d
commit 5714221319
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 3 additions and 0 deletions

View File

@ -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