File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/AcmStatisticsBackend.Web.Host Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:6 .0
1
+ FROM mcr.microsoft.com/dotnet/sdk:7 .0
2
2
3
3
# needed in sln file
4
4
RUN mkdir /build && echo '<?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="15.0" Sdk="Microsoft.Docker.Sdk"></Project>' > /build/docker-compose.dcproj
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
4
4
WORKDIR /app
5
5
EXPOSE 80
6
6
7
- FROM mcr.microsoft.com/dotnet/sdk:6 .0 AS build
7
+ FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS build
8
8
WORKDIR /src
9
9
COPY ["src/AcmStatisticsBackend.Web.Host/AcmStatisticsBackend.Web.Host.csproj" , "src/AcmStatisticsBackend.Web.Host/" ]
10
10
COPY ["src/AcmStatisticsBackend.Web.Core/AcmStatisticsBackend.Web.Core.csproj" , "src/AcmStatisticsBackend.Web.Core/" ]
You can’t perform that action at this time.
0 commit comments