Skip to content

Commit e8d195a

Browse files
Update tutorials pub-sub csharp-subscriber image to dotnet 8.0 (dapr#1001)
* 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]>
1 parent 46f1b0a commit e8d195a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Note: we cannot do a staged dotnet docker build here for arm/arm64.
22

3-
# Build runtime image
4-
FROM mcr.microsoft.com/dotnet/aspnet:7.0
3+
FROM mcr.microsoft.com/dotnet/aspnet:8.0
54
WORKDIR /app
65
COPY /out .
7-
ENTRYPOINT ["dotnet", "csharp-subscriber.dll"]
6+
ENTRYPOINT ["dotnet", "csharp-subscriber.dll"]

0 commit comments

Comments
 (0)