Skip to content

Commit 4d4214c

Browse files
deps(docker): bump dotnet/sdk (super-linter#6055)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 544c685 commit 4d4214c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FROM zricethezav/gitleaks:v8.18.4 AS gitleaks
2828
FROM yoheimuta/protolint:0.50.5 AS protolint
2929
FROM ghcr.io/clj-kondo/clj-kondo:2024.08.01-alpine AS clj-kondo
3030
FROM dart:3.5.1-sdk AS dart
31-
FROM mcr.microsoft.com/dotnet/sdk:8.0.303-alpine3.20 AS dotnet-sdk
31+
FROM mcr.microsoft.com/dotnet/sdk:8.0.401-alpine3.20 AS dotnet-sdk
3232
FROM mcr.microsoft.com/powershell:7.4-alpine-3.17 AS powershell
3333

3434
FROM python:3.12.5-alpine3.20 AS clang-format

0 commit comments

Comments
 (0)