removed tls workaround from dockerfile

master
Tudor Stanciu 2023-04-25 18:20:25 +03:00
parent 5cdf5e804f
commit 4de8dae963
1 changed files with 0 additions and 3 deletions

View File

@ -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"]