We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0b396 commit 179e11eCopy full SHA for 179e11e
Dockerfile
@@ -7,7 +7,7 @@ RUN dotnet restore LocalTest.csproj
7
COPY ./src .
8
RUN dotnet publish LocalTest.csproj -c Release -o /app_output
9
10
-FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS final
+FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine AS final
11
EXPOSE 5101
12
WORKDIR /app
13
COPY --from=build /app_output .
0 commit comments