From 27246baabce5a4c6e5145b16d0eac205e4f092df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Nov 2022 23:54:56 +0000 Subject: fix(deps): update dotnet monorepo to v7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 9ab009b9..8ed6c1b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY BackEnd . COPY --from=front-build /timeline-app/dist /timeline-app/Timeline/ClientApp RUN dotnet publish Timeline/Timeline.csproj --configuration Release --output ./Timeline/publish/ -r linux-x64 --self-contained false -FROM mcr.microsoft.com/dotnet/aspnet:6.0 +FROM mcr.microsoft.com/dotnet/aspnet:7.0 ENV ASPNETCORE_URLS=http://0.0.0.0:5000 ENV ASPNETCORE_FORWARDEDHEADERS_ENABLED=true WORKDIR /app -- cgit v1.2.3