diff --git a/src/api/NetworkResurrector.Api/Dockerfile b/src/api/NetworkResurrector.Api/Dockerfile index a442579..d6927a2 100644 --- a/src/api/NetworkResurrector.Api/Dockerfile +++ b/src/api/NetworkResurrector.Api/Dockerfile @@ -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"] \ No newline at end of file