Skip to content

Commit d699328

Browse files
chore(deps): update dotnet monorepo to v10
1 parent 11f6b09 commit d699328

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/agent/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/aspnet:8.0-alpine AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS base
22
WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443
55

6-
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build
77
WORKDIR /src
88
COPY ["example/agent/Agent.csproj", "example/agent/"]
99
COPY ["HAProxy.StreamProcessingOffload.AgentFramework/HAProxy.StreamProcessingOffload.AgentFramework.csproj", "HAProxy.StreamProcessingOffload.AgentFramework/"]

example/agent_bedrock/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/aspnet:8.0-alpine AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS base
22
WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443
55

6-
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build
77
WORKDIR /src
88
COPY ["example/agent/Agent.csproj", "example/agent/"]
99
COPY ["HAProxy.StreamProcessingOffload.AgentFramework/HAProxy.StreamProcessingOffload.AgentFramework.csproj", "HAProxy.StreamProcessingOffload.AgentFramework/"]

0 commit comments

Comments
 (0)