Skip to content

Commit accbada

Browse files
deps(docker): bump dart from 3.5.0-sdk to 3.5.1-sdk (#6077)
Bumps dart from 3.5.0-sdk to 3.5.1-sdk. --- updated-dependencies: - dependency-name: dart 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 f788b4d commit accbada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM scalameta/scalafmt:v3.8.3 AS scalafmt
2727
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
30-
FROM dart:3.5.0-sdk AS dart
30+
FROM dart:3.5.1-sdk AS dart
3131
FROM mcr.microsoft.com/dotnet/sdk:8.0.303-alpine3.20 AS dotnet-sdk
3232
FROM mcr.microsoft.com/powershell:7.4-alpine-3.17 AS powershell
3333

0 commit comments

Comments
 (0)