diff --git a/build/Jobs.Dockerfile b/build/Jobs.Dockerfile index 40a8414..5a9e47c 100644 --- a/build/Jobs.Dockerfile +++ b/build/Jobs.Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_NUMBER -FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build WORKDIR /app @@ -10,7 +10,7 @@ WORKDIR /app/Geen.Jobs RUN dotnet publish -c Release -o /app/out -r linux-x64 --self-contained true /p:PublishSingleFile=true --packages packages -FROM mcr.microsoft.com/dotnet/runtime-deps:7.0 AS runtime +FROM mcr.microsoft.com/dotnet/runtime-deps:8.0 AS runtime WORKDIR /app COPY --from=build /app/out . ENTRYPOINT ["./Geen.Jobs"] diff --git a/build/Web.Dockerfile b/build/Web.Dockerfile index c7a5a1f..dba4ae0 100644 --- a/build/Web.Dockerfile +++ b/build/Web.Dockerfile @@ -12,7 +12,7 @@ RUN npm run build ARG BUILD_NUMBER -FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build-backend +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-backend WORKDIR /app @@ -22,7 +22,7 @@ WORKDIR /app/Geen.Web RUN dotnet publish -c Release -o /app/out -r linux-x64 --self-contained true /p:PublishSingleFile=true --packages packages -FROM mcr.microsoft.com/dotnet/runtime-deps:7.0 AS runtime +FROM mcr.microsoft.com/dotnet/runtime-deps:8.0 AS runtime WORKDIR /app COPY --from=build-backend /app/out . diff --git a/src/Backend/Geen.Core/Geen.Core.csproj b/src/Backend/Geen.Core/Geen.Core.csproj index 8c06efa..b44aff0 100644 --- a/src/Backend/Geen.Core/Geen.Core.csproj +++ b/src/Backend/Geen.Core/Geen.Core.csproj @@ -1,8 +1,8 @@  - net7.0 + net8.0 - + \ No newline at end of file diff --git a/src/Backend/Geen.Data/Geen.Data.csproj b/src/Backend/Geen.Data/Geen.Data.csproj index ba9304c..9b1fa9d 100644 --- a/src/Backend/Geen.Data/Geen.Data.csproj +++ b/src/Backend/Geen.Data/Geen.Data.csproj @@ -1,14 +1,14 @@  - net7.0 + net8.0 - - - - - - + + + + + + diff --git a/src/Backend/Geen.Jobs/Geen.Jobs.csproj b/src/Backend/Geen.Jobs/Geen.Jobs.csproj index 0496066..1930c9a 100644 --- a/src/Backend/Geen.Jobs/Geen.Jobs.csproj +++ b/src/Backend/Geen.Jobs/Geen.Jobs.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable @@ -13,7 +13,7 @@ - + diff --git a/src/Backend/Geen.Web/Geen.Web.csproj b/src/Backend/Geen.Web/Geen.Web.csproj index 67c4d2f..7dfcd3b 100644 --- a/src/Backend/Geen.Web/Geen.Web.csproj +++ b/src/Backend/Geen.Web/Geen.Web.csproj @@ -1,6 +1,6 @@  - net7.0 + net8.0 diff --git a/src/Backend/Shared/Geen.ClientGenerator/Geen.ClientGenerator.csproj b/src/Backend/Shared/Geen.ClientGenerator/Geen.ClientGenerator.csproj index 602bbda..580cddf 100644 --- a/src/Backend/Shared/Geen.ClientGenerator/Geen.ClientGenerator.csproj +++ b/src/Backend/Shared/Geen.ClientGenerator/Geen.ClientGenerator.csproj @@ -2,14 +2,14 @@ Exe - net7.0 + net8.0 enable enable - - + +