mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-08 01:36:29 +00:00
Set CRYPTOGRAPHY_OPENSSL_NO_LEGACY for OpenSSL3 (#4342)
This commit is contained in:
parent
f4df298cb3
commit
6eb8de02eb
@ -3,7 +3,8 @@ FROM ${BUILD_FROM}
|
||||
|
||||
ENV \
|
||||
S6_SERVICES_GRACETIME=10000 \
|
||||
SUPERVISOR_API=http://localhost
|
||||
SUPERVISOR_API=http://localhost \
|
||||
CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
|
||||
|
||||
ARG \
|
||||
CAS_VERSION
|
||||
|
Loading…
x
Reference in New Issue
Block a user