Skip to content

Commit

Permalink
Windows support .NET 7.0 and .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Sep 27, 2023
1 parent 8baab1e commit a14a13e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker-windows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG ASPNET_IMAGE=mcr.microsoft.com/dotnet/aspnet:6.0-nanoserver-1809
ARG ASPNET_IMAGE_TAG=6.0-nanoserver-1809
ARG ASPNET_IMAGE=mcr.microsoft.com/dotnet/aspnet:${ASPNET_IMAGE_TAG}
FROM ${ASPNET_IMAGE}
WORKDIR /app
EXPOSE 80
Expand Down

0 comments on commit a14a13e

Please sign in to comment.