Skip to content

Commit

Permalink
Updated to Net8 rc2 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz committed Nov 4, 2023
1 parent 437b465 commit ba10486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TagzApp.Web/dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build -t web -f TagzApp.Web/dockerfile .

FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:8.0.0-rc.2 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
Expand Down

0 comments on commit ba10486

Please sign in to comment.