Skip to content

Commit

Permalink
Update tutorials pub-sub csharp-subscriber image to dotnet 8.0 (#1001)
Browse files Browse the repository at this point in the history
* Update tutorials pub-sub csharp-subscriber image to dotnet 8.0

Signed-off-by: Anton Troshin <[email protected]>

* Update Dockerfile

Signed-off-by: Artur Souza <[email protected]>

---------

Signed-off-by: Anton Troshin <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
Co-authored-by: Artur Souza <[email protected]>
  • Loading branch information
antontroshin and artursouza committed Jul 22, 2024
1 parent 46f1b0a commit e8d195a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tutorials/pub-sub/csharp-subscriber/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 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"]
ENTRYPOINT ["dotnet", "csharp-subscriber.dll"]

0 comments on commit e8d195a

Please sign in to comment.