diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-11-27 23:54:56 +0000 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-03 19:20:04 +0800 |
commit | 27246baabce5a4c6e5145b16d0eac205e4f092df (patch) | |
tree | 90395024249fae913110e6c2c5d944015b5f44ef /Dockerfile | |
parent | 3cc9af427023a1c96bb7f168a895f5fcf9a71ac8 (diff) | |
download | timeline-27246baabce5a4c6e5145b16d0eac205e4f092df.tar.gz timeline-27246baabce5a4c6e5145b16d0eac205e4f092df.tar.bz2 timeline-27246baabce5a4c6e5145b16d0eac205e4f092df.zip |
fix(deps): update dotnet monorepo to v7
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|