mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
removed tls workaround from dockerfile
This commit is contained in:
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…
x
Reference in New Issue
Block a user