Skip to content

Commit

Permalink
Merge pull request #47 from LilDrunkenSmurf/revert-45-renovate/major-…
Browse files Browse the repository at this point in the history
…dotnet-monorepo

Revert "feat(container)!: Update dotnet monorepo ( 7.0 → 8.0 ) (major)"
  • Loading branch information
joryirving authored Jan 22, 2024
2 parents 25787c4 + f8571b3 commit 3d44336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/feedcord/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build

ARG VERSION
ARG CHANNEL
Expand All @@ -24,7 +24,7 @@ RUN dotnet clean \
&& dotnet build -c Release -o /app/build \
&& dotnet publish -c Release -o /app/publish

FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS final
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS final
WORKDIR /app
COPY --from=build /app/publish .

Expand Down

0 comments on commit 3d44336

Please sign in to comment.