Skip to content

Commit 179e11e

Browse files
chore(deps): update mcr.microsoft.com/dotnet/aspnet docker tag to v9
1 parent 2a0b396 commit 179e11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN dotnet restore LocalTest.csproj
77
COPY ./src .
88
RUN dotnet publish LocalTest.csproj -c Release -o /app_output
99

10-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS final
10+
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine AS final
1111
EXPOSE 5101
1212
WORKDIR /app
1313
COPY --from=build /app_output .

0 commit comments

Comments
 (0)