File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8 .0-alpine AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0-alpine AS base
22WORKDIR /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 1- FROM mcr.microsoft.com/dotnet/aspnet:8 .0-alpine AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0-alpine AS base
22WORKDIR /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