We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f1b0a commit e8d195aCopy full SHA for e8d195a
tutorials/pub-sub/csharp-subscriber/Dockerfile
@@ -1,7 +1,6 @@
1
# Note: we cannot do a staged dotnet docker build here for arm/arm64.
2
3
-# Build runtime image
4
-FROM mcr.microsoft.com/dotnet/aspnet:7.0
+FROM mcr.microsoft.com/dotnet/aspnet:8.0
5
WORKDIR /app
6
COPY /out .
7
-ENTRYPOINT ["dotnet", "csharp-subscriber.dll"]
+ENTRYPOINT ["dotnet", "csharp-subscriber.dll"]
0 commit comments