Skip to content

Commit 9c22f8b

Browse files
committed
update carter dockerfile
1 parent 56025a4 commit 9c22f8b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

frameworks/CSharp/carter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This includes tests for plaintext and json serialization.
55

66
**Language**
77

8-
* C# 7.0
8+
* C# 14.0
99

1010
**Platforms**
1111

frameworks/CSharp/carter/carter.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
22
WORKDIR /app
33
COPY Benchmarks .
44
RUN dotnet publish -c Release -o out
55

6-
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS runtime
6+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime
77
ENV ASPNETCORE_URLS http://+:8080
88
WORKDIR /app
99
COPY --from=build /app/out ./

0 commit comments

Comments
 (0)