Skip to content

Commit

Permalink
Bump dotnet/runtime (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 8d0e504 commit ee9dd89
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.6-alpine3.19-amd64 AS runtime
FROM mcr.microsoft.com/dotnet/runtime:8.0.7-alpine3.19-amd64 AS runtime

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

0 comments on commit ee9dd89

Please sign in to comment.