From 73128eccc195be9e594de4a0a4b8e10c0a914732 Mon Sep 17 00:00:00 2001 From: Anton Troshin Date: Thu, 14 Mar 2024 01:09:53 -0500 Subject: [PATCH] Update tutorials pub-sub csharp-subscriber image to dotnet 8.0 --- tutorials/pub-sub/csharp-subscriber/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/pub-sub/csharp-subscriber/Dockerfile b/tutorials/pub-sub/csharp-subscriber/Dockerfile index fc2f1bf5a..c91ca746e 100644 --- a/tutorials/pub-sub/csharp-subscriber/Dockerfile +++ b/tutorials/pub-sub/csharp-subscriber/Dockerfile @@ -1,7 +1,7 @@ # Note: we cannot do a staged dotnet docker build here for arm/arm64. # Build runtime image -FROM mcr.microsoft.com/dotnet/aspnet:7.0 +FROM mcr.microsoft.com/dotnet/aspnet:8.0 WORKDIR /app COPY /out . ENTRYPOINT ["dotnet", "csharp-subscriber.dll"] \ No newline at end of file