1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 10:28:45 +00:00

Set CRYPTOGRAPHY_OPENSSL_NO_LEGACY for OpenSSL3 (#4342)

This commit is contained in:
Mike Degatano
2023-06-05 12:07:57 -04:00
committed by GitHub
parent f4df298cb3
commit 6eb8de02eb

View File

@@ -3,7 +3,8 @@ FROM ${BUILD_FROM}
ENV \ ENV \
S6_SERVICES_GRACETIME=10000 \ S6_SERVICES_GRACETIME=10000 \
SUPERVISOR_API=http://localhost SUPERVISOR_API=http://localhost \
CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
ARG \ ARG \
CAS_VERSION CAS_VERSION