File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4545 dotnet-version : |
4646 8.0.x
4747 9.0.x
48+ 10.0.x
4849
4950 - name : Install dependencies
5051 run : dotnet restore
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:10.0 .0 AS base
22RUN sed -i 's/DEFAULT@SECLEVEL=2/DEFAULT@SECLEVEL=1/g' /etc/ssl/openssl.cnf
33RUN sed -i 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1/g' /etc/ssl/openssl.cnf
44RUN sed -i 's/DEFAULT@SECLEVEL=2/DEFAULT@SECLEVEL=1/g' /usr/lib/ssl/openssl.cnf
55RUN sed -i 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1/g' /usr/lib/ssl/openssl.cnf
66WORKDIR /app
77EXPOSE 5000
88
9- FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
9+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
1010WORKDIR /src
1111COPY ["src/AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj" , "AgileConfig.Server.Apisite/" ]
1212COPY ["src/AgileConfig.Server.Data.Entity/AgileConfig.Server.Data.Entity.csproj" , "AgileConfig.Server.Data.Entity/" ]
You can’t perform that action at this time.
0 commit comments