Skip to content

Commit

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

feat(container)!: Update dotnet monorepo ( 7.0 → 8.0 ) (major)
  • Loading branch information
joryirving authored Jan 21, 2024
2 parents 1af83bf + 4b4c7b5 commit a58dfec
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:7.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.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:7.0 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS final
WORKDIR /app
COPY --from=build /app/publish .

Expand Down

0 comments on commit a58dfec

Please sign in to comment.