Skip to content

Commit

Permalink
Merge pull request #295 from FromDoppler/revert-287-renovate/major-do…
Browse files Browse the repository at this point in the history
…tnet-monorepo

Revert "chore(deps): update dotnet monorepo to v8 (major)"
  • Loading branch information
RodrigoPereyraDiaz authored Sep 20, 2023
2 parents c1aa0ba + 5a75295 commit 035759a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doppler.ImageAnalyzer.Api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.

FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
WORKDIR /src
COPY ["Doppler.ImageAnalyzer.Api/Doppler.ImageAnalyzer.Api.csproj", "Doppler.ImageAnalyzer.Api/"]
RUN dotnet restore "Doppler.ImageAnalyzer.Api/Doppler.ImageAnalyzer.Api.csproj"
Expand Down

0 comments on commit 035759a

Please sign in to comment.