removed tls workaround from dockerfile
parent
5cdf5e804f
commit
4de8dae963
|
@ -36,7 +36,4 @@ ENV APP_VERSION=${APP_VERSION}
|
|||
ARG APP_DATE="-"
|
||||
ENV APP_DATE=${APP_DATE}
|
||||
|
||||
#Workaround to lower the TLS level in container for old sql server version
|
||||
RUN sed -i 's/TLSv1.2/TLSv1.0/g' /etc/ssl/openssl.cnf
|
||||
|
||||
ENTRYPOINT ["dotnet", "NetworkResurrector.Api.dll"]
|
Loading…
Reference in New Issue