From 48390bcbdb64f56b24d0f68f758a40c319110f6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:02:35 +0100 Subject: [PATCH] Update dotnet monorepo to v8 (#109) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- src/Eleia.csproj | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12e66bc..601d8d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime:7.0-alpine AS base +FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine AS base WORKDIR /app COPY . . ENTRYPOINT ["dotnet", "Eleia.dll"] \ No newline at end of file diff --git a/src/Eleia.csproj b/src/Eleia.csproj index 8f035a8..f4db0f1 100644 --- a/src/Eleia.csproj +++ b/src/Eleia.csproj @@ -9,12 +9,12 @@ - + - - - - + + + +