Skip to content

Commit

Permalink
Update Dockerfile to use ASP.NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
veloek committed Jan 9, 2025
1 parent 8d1f0fa commit a3a6333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY Tevling ./
RUN dotnet publish --no-restore -a $TARGETARCH -o out

# Build runtime image
FROM mcr.microsoft.com/dotnet/aspnet:8.0
FROM mcr.microsoft.com/dotnet/aspnet:9.0
WORKDIR /app
COPY --from=build /app/out .

Expand Down

0 comments on commit a3a6333

Please sign in to comment.