Skip to content

Commit 4383eb9

Browse files
author
agile.zhou
committed
use sdk9 as build sdk
1 parent 700694c commit 4383eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN sed -i 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1/g' /usr/lib/ssl/openssl.
66
WORKDIR /app
77
EXPOSE 5000
88

9-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
9+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
1010
WORKDIR /src
1111
COPY ["src/AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj", "AgileConfig.Server.Apisite/"]
1212
COPY ["src/AgileConfig.Server.Data.Entity/AgileConfig.Server.Data.Entity.csproj", "AgileConfig.Server.Data.Entity/"]

0 commit comments

Comments
 (0)