Skip to content

Commit

Permalink
Merge pull request #121 from SierraSoftworks/dependabot/docker/dotnet…
Browse files Browse the repository at this point in the history
…/runtime-8.0
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
2 parents cfb0f4c + 8791a8b commit 2f7c271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /src

RUN dotnet publish -c release -o /out

FROM mcr.microsoft.com/dotnet/runtime:7.0
FROM mcr.microsoft.com/dotnet/runtime:8.0
COPY --from=0 /out /app

WORKDIR /app
Expand Down

0 comments on commit 2f7c271

Please sign in to comment.