Skip to content

Commit

Permalink
build(deps): bump dotnet/runtime-deps (#223)
Browse files Browse the repository at this point in the history
Bumps dotnet/runtime-deps from 7.0.10-alpine3.18-amd64 to 7.0.11-alpine3.18-amd64.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 8d4b9de commit 5507066
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.Analyzers.CSharp .
RUN dotnet publish -r linux-musl-x64 -c Release --self-contained true -o /opt/analyzer

# Build runtime image
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0.10-alpine3.18-amd64 AS runtime
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0.11-alpine3.18-amd64 AS runtime
WORKDIR /opt/analyzer

COPY --from=build /opt/analyzer/ .
Expand Down

0 comments on commit 5507066

Please sign in to comment.