Skip to content

Commit

Permalink
Merge pull request #259 from FromDoppler/renovate/dotnet-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dotnet monorepo
  • Loading branch information
renovate[bot] authored Nov 14, 2023
2 parents cd422cc + 762d67e commit d5192bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0.403-bullseye-slim AS restore
FROM mcr.microsoft.com/dotnet/sdk:7.0.404-bullseye-slim AS restore
WORKDIR /src
COPY ./*.sln ./
COPY */*.csproj ./
Expand All @@ -16,7 +16,7 @@ RUN dotnet test
FROM build AS publish
RUN dotnet publish "DopplerCustomDomain/DopplerCustomDomain.csproj" -c Release -o /app/publish

FROM mcr.microsoft.com/dotnet/aspnet:7.0.13-bullseye-slim AS final
FROM mcr.microsoft.com/dotnet/aspnet:7.0.14-bullseye-slim AS final
WORKDIR /app
EXPOSE 80
COPY --from=publish /app/publish .
Expand Down

0 comments on commit d5192bd

Please sign in to comment.