Skip to content

Commit

Permalink
deps(docker): bump dotnet/sdk (super-linter#6055)
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 8.0.303-alpine3.20 to 8.0.401-alpine3.20.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  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] committed Aug 26, 2024
1 parent 544c685 commit 4d4214c
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 @@ -28,7 +28,7 @@ FROM zricethezav/gitleaks:v8.18.4 AS gitleaks
FROM yoheimuta/protolint:0.50.5 AS protolint
FROM ghcr.io/clj-kondo/clj-kondo:2024.08.01-alpine AS clj-kondo
FROM dart:3.5.1-sdk AS dart
FROM mcr.microsoft.com/dotnet/sdk:8.0.303-alpine3.20 AS dotnet-sdk
FROM mcr.microsoft.com/dotnet/sdk:8.0.401-alpine3.20 AS dotnet-sdk
FROM mcr.microsoft.com/powershell:7.4-alpine-3.17 AS powershell

FROM python:3.12.5-alpine3.20 AS clang-format
Expand Down

0 comments on commit 4d4214c

Please sign in to comment.