Skip to content

Commit b7a3c72

Browse files
committed
Subida Open
1 parent 1145443 commit b7a3c72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build-env
1+
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
22

33
RUN sed -i "s|MinProtocol = TLSv1.2|MinProtocol = TLSv1|g" /etc/ssl/openssl.cnf && \
44
sed -i 's|CipherString = DEFAULT@SECLEVEL=2|CipherString = DEFAULT@SECLEVEL=1|g' /etc/ssl/openssl.cnf
@@ -15,7 +15,7 @@ COPY . ./
1515

1616
RUN dotnet publish Gnoss.BackgroundTask.SocialCacheRefresh/Gnoss.BackgroundTask.SocialCacheRefresh.csproj -c Release -o out
1717

18-
FROM mcr.microsoft.com/dotnet/aspnet:5.0
18+
FROM mcr.microsoft.com/dotnet/aspnet:6.0
1919

2020
RUN sed -i "s|MinProtocol = TLSv1.2|MinProtocol = TLSv1|g" /etc/ssl/openssl.cnf && \
2121
sed -i 's|CipherString = DEFAULT@SECLEVEL=2|CipherString = DEFAULT@SECLEVEL=1|g' /etc/ssl/openssl.cnf

0 commit comments

Comments
 (0)