⬆️ Upgrades openssl to 1.1.1n-r0

This commit is contained in:
Franck Nijhof 2022-03-21 23:45:56 +01:00
parent b97209720f
commit bfbe41e103
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -17,7 +17,7 @@ RUN \
&& apk add --no-cache \
nginx=1.20.2-r0 \
nodejs-current=16.11.1-r0 \
openssl=1.1.1l-r0 \
openssl=1.1.1n-r0 \
yarn=1.22.10-r0 \
\
&& mkdir -p /opt/panel \