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 8b396ca commit 70189fbCopy full SHA for 70189fb
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@sha256:0389d5b7d60f75ebbeec3bfffd2ad0a06d234e7b998231a5a86abf5e919a7d01 AS final
+FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine@sha256:3fce6771d84422e2396c77267865df61174a3e503c049f1fe242224c012fde65 AS final
11
EXPOSE 5101
12
WORKDIR /app
13
COPY --from=build /app_output .
0 commit comments