这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0-cbl-mariner2.0 AS build-env
FROM mcr.microsoft.com/dotnet/sdk:9.0-azurelinux3.0 AS build-env
WORKDIR /App

# Copy everything
Expand All @@ -23,7 +23,7 @@ RUN dotnet restore --configfile /App/NuGet.config /App/TryDotNet.sln
RUN dotnet publish -c Release -o out /App/src/Microsoft.TryDotNet

# Build runtime image
FROM mcr.microsoft.com/dotnet/sdk:8.0-cbl-mariner2.0
FROM mcr.microsoft.com/dotnet/sdk:9.0-azurelinux3.0
ARG TRY_DOT_NET_BUILD_ID
WORKDIR /App

Expand Down