Update dart#21604
Merged
yosifkit merged 1 commit intoJun 4, 2026
Merged
Conversation
Diff for 0b310bc:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 62ed0f9..9ce5ecc 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
Maintainers: Alexander Thomas <athom@google.com> (@athomas), Ivan Inozemtsev <iinozemtsev@google.com> (@iinozemtsev)
GitRepo: https://github.com/dart-lang/dart-docker.git
GitFetch: refs/heads/main
-GitCommit: 500a070ca0b81ad9a5b7548a3c9a42241586b22a
+GitCommit: 52e353f85308d8783d1dbae25fd6986a939db0da
Tags: 3.12.1-sdk, 3.12-sdk, 3-sdk, stable-sdk, sdk, 3.12.1, 3.12, 3, stable, latest
Architectures: amd64, arm32v7, arm64v8, riscv64
Directory: stable/trixie
-Tags: 3.13.0-103.1.beta-sdk, beta-sdk, 3.13.0-103.1.beta, beta
+Tags: 3.13.0-167.1.beta-sdk, beta-sdk, 3.13.0-167.1.beta, beta
Architectures: amd64, arm32v7, arm64v8, riscv64
Directory: beta/trixie
diff --git a/_bashbrew-list b/_bashbrew-list
index 3dc983d..0a9f8cf 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,8 +4,8 @@ dart:3.12
dart:3.12-sdk
dart:3.12.1
dart:3.12.1-sdk
-dart:3.13.0-103.1.beta
-dart:3.13.0-103.1.beta-sdk
+dart:3.13.0-167.1.beta
+dart:3.13.0-167.1.beta-sdk
dart:beta
dart:beta-sdk
dart:latest
diff --git a/dart_beta/Dockerfile b/dart_beta/Dockerfile
index c0fbfd7..9b64d50 100644
--- a/dart_beta/Dockerfile
+++ b/dart_beta/Dockerfile
@@ -61,21 +61,21 @@ WORKDIR /root
RUN set -eux; \
case "$(dpkg --print-architecture)" in \
amd64) \
- DART_SHA256=b09a455c98a59469f58a0b4cf7221290e7f79843a077831545f0332c2f4396ee; \
+ DART_SHA256=6d68094f7f706d62c632a69e86b979fb11c8aee4075fca84ec200d62a78c233e; \
SDK_ARCH="x64";; \
armhf) \
- DART_SHA256=c902ac4859fcd62f445fe028f8ace678b8694cd8c7566f785bd5e8681cd458a6; \
+ DART_SHA256=2d3429973e8250f42bcf43b9700274703f7955989d07b227932a02c1cd2cfbd8; \
SDK_ARCH="arm";; \
arm64) \
- DART_SHA256=3f9f26d4561c8d6c48ce6db1dfca0eb9befaba04c4ed62b557ff58af5c976113; \
+ DART_SHA256=bbd0ef24966e574560b6aecca1dde05b4859d5749422d0502b6d1692d7d70e53; \
SDK_ARCH="arm64";; \
riscv64) \
- DART_SHA256=e2c7e8658365bdde9b868ffedbbe36a4f3813187eed05ccd4b9097edab43129f; \
+ DART_SHA256=d9185779ded68bf7dfe7a450c572c3329643725cf70f014c6e04b40e4a8d6f4c; \
SDK_ARCH="riscv64";; \
esac; \
SDK="dartsdk-linux-${SDK_ARCH}-release.zip"; \
BASEURL="https://storage.googleapis.com/dart-archive/channels"; \
- URL="$BASEURL/beta/release/3.13.0-103.1.beta/sdk/$SDK"; \
+ URL="$BASEURL/beta/release/3.13.0-167.1.beta/sdk/$SDK"; \
echo "SDK: $URL" >> dart_setup.log ; \
curl -fLO "$URL"; \
echo "$DART_SHA256 *$SDK" \Relevant Maintainers:
|
yosifkit
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated PR to update the Dart Docker library.
cc @iinozemtsev @athomas