File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ WORKDIR /app
33EXPOSE 80
44EXPOSE 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
77WORKDIR /src
88COPY ["example/agent/Agent.csproj" , "example/agent/" ]
99COPY ["HAProxy.StreamProcessingOffload.AgentFramework/HAProxy.StreamProcessingOffload.AgentFramework.csproj" , "HAProxy.StreamProcessingOffload.AgentFramework/" ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ WORKDIR /app
33EXPOSE 80
44EXPOSE 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
77WORKDIR /src
88COPY ["example/agent/Agent.csproj" , "example/agent/" ]
99COPY ["HAProxy.StreamProcessingOffload.AgentFramework/HAProxy.StreamProcessingOffload.AgentFramework.csproj" , "HAProxy.StreamProcessingOffload.AgentFramework/" ]
You can’t perform that action at this time.
0 commit comments