Skip to content

Commit

Permalink
Update tutorials pub-sub csharp-subscriber image to dotnet 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antontroshin committed Mar 14, 2024
1 parent 6c1392a commit 73128ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/pub-sub/csharp-subscriber/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 73128ec

Please sign in to comment.