Skip to content

Commit

Permalink
Bump dotnet/runtime
Browse files Browse the repository at this point in the history
Bumps dotnet/runtime from 8.0.4-alpine3.19-amd64 to 8.0.5-alpine3.19-amd64.

---
updated-dependencies:
- dependency-name: dotnet/runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent bbfede8 commit b10f81e
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 @@ -10,7 +10,7 @@ COPY src/Exercism.TestRunner.CSharp/ ./
RUN dotnet publish -r linux-musl-x64 -c Release -o /opt/test-runner --no-restore --self-contained true

# Build runtime image
FROM mcr.microsoft.com/dotnet/runtime:8.0.4-alpine3.19-amd64 AS runtime
FROM mcr.microsoft.com/dotnet/runtime:8.0.5-alpine3.19-amd64 AS runtime

# Enable globalization as some exercises use it
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
Expand Down

0 comments on commit b10f81e

Please sign in to comment.