Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
build(deps): bump dotnet/runtime in /dockerfiles
Browse files Browse the repository at this point in the history
Bumps dotnet/runtime from 6.0-alpine-amd64 to 7.0-alpine-amd64.

---
updated-dependencies:
- dependency-name: dotnet/runtime
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and abdfnx committed Nov 7, 2023
1 parent 71b079d commit 0c44f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/csharp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY . .

RUN dotnet publish -c release -o /app -r linux-musl-x64 --self-contained false --no-restore

FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine-amd64
FROM mcr.microsoft.com/dotnet/runtime:7.0-alpine-amd64

ENV \
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
Expand Down

0 comments on commit 0c44f7e

Please sign in to comment.