aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-27 23:54:56 +0000
committercrupest <crupest@outlook.com>2022-12-03 19:20:04 +0800
commit27246baabce5a4c6e5145b16d0eac205e4f092df (patch)
tree90395024249fae913110e6c2c5d944015b5f44ef /Dockerfile
parent3cc9af427023a1c96bb7f168a895f5fcf9a71ac8 (diff)
downloadtimeline-27246baabce5a4c6e5145b16d0eac205e4f092df.tar.gz
timeline-27246baabce5a4c6e5145b16d0eac205e4f092df.tar.bz2
timeline-27246baabce5a4c6e5145b16d0eac205e4f092df.zip
fix(deps): update dotnet monorepo to v7
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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