Skip to content

Commit 70189fb

Browse files
chore(deps): update mcr.microsoft.com/dotnet/aspnet docker tag to v9
1 parent 8b396ca commit 70189fb

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@sha256:0389d5b7d60f75ebbeec3bfffd2ad0a06d234e7b998231a5a86abf5e919a7d01 AS final
10+
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine@sha256:3fce6771d84422e2396c77267865df61174a3e503c049f1fe242224c012fde65 AS final
1111
EXPOSE 5101
1212
WORKDIR /app
1313
COPY --from=build /app_output .

0 commit comments

Comments
 (0)