Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dart #17308

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Update dart #17308

merged 1 commit into from
Aug 6, 2024

Conversation

itsjustkevin
Copy link
Contributor

No description provided.

@itsjustkevin itsjustkevin requested a review from a team as a code owner August 6, 2024 10:58
Copy link

github-actions bot commented Aug 6, 2024

Diff for 9052fe6:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6dd344d..a76eabb 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,8 @@
 Maintainers: Alexander Thomas <[email protected]> (@athomas), Tony Pujals <[email protected]> (@subfuzion)
 GitRepo: https://github.com/dart-lang/dart-docker.git
 GitFetch: refs/heads/main
-GitCommit: d3658d21b1bd35658346d3fb4345d9a8084759e5
+GitCommit: e597e8fea5215866dd987c3d785db7cb0500258a
 
-Tags: 3.4.4-sdk, 3.4-sdk, 3-sdk, stable-sdk, sdk, 3.4.4, 3.4, 3, stable, latest
+Tags: 3.5.0-sdk, 3.5-sdk, 3-sdk, stable-sdk, sdk, 3.5.0, 3.5, 3, stable, latest, beta-sdk, beta
 Architectures: amd64, arm32v7, arm64v8
 Directory: stable/bookworm
-
-Tags: 3.5.0-180.3.beta-sdk, beta-sdk, 3.5.0-180.3.beta, beta
-Architectures: amd64, arm32v7, arm64v8
-Directory: beta/bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index 51366bf..1156595 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,11 +1,9 @@
 dart:3
 dart:3-sdk
-dart:3.4
-dart:3.4-sdk
-dart:3.4.4
-dart:3.4.4-sdk
-dart:3.5.0-180.3.beta
-dart:3.5.0-180.3.beta-sdk
+dart:3.5
+dart:3.5-sdk
+dart:3.5.0
+dart:3.5.0-sdk
 dart:beta
 dart:beta-sdk
 dart:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 819b815..98a95cb 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1 @@
 dart:beta
-dart:latest
diff --git a/dart_beta/Dockerfile b/dart_beta/Dockerfile
index 91ab892..613572f 100644
--- a/dart_beta/Dockerfile
+++ b/dart_beta/Dockerfile
@@ -57,18 +57,18 @@ WORKDIR /root
 RUN set -eux; \
     case "$(dpkg --print-architecture)" in \
         amd64) \
-            DART_SHA256=bc1269cc539193036c9b8b8394cc66bb2b1c493cf0932f8f3901eb17af7f9dbd; \
+            DART_SHA256=011a1dd6ff4e0bb4a168f7b4e13063514fbc255dc52d1ad660bf5a28773e9773; \
             SDK_ARCH="x64";; \
         armhf) \
-            DART_SHA256=0ec722221ce891c0f37acc53e22031984fcec32655eadf16be1d68882f88cd1d; \
+            DART_SHA256=dec85f8439ae55f30cc29ad80b6486acd20c97b25dcaa1b3d05caab36c980323; \
             SDK_ARCH="arm";; \
         arm64) \
-            DART_SHA256=05fafa6b872a5512d5caf5aec88dc0e13bda595210d124f6886a4df11ecf834a; \
+            DART_SHA256=ee2cbcc36a190a883254ddc28ef772c15735022bfc5cfc11a56dbaebd5353903; \
             SDK_ARCH="arm64";; \
     esac; \
     SDK="dartsdk-linux-${SDK_ARCH}-release.zip"; \
     BASEURL="https://storage.googleapis.com/dart-archive/channels"; \
-    URL="$BASEURL/beta/release/3.5.0-180.3.beta/sdk/$SDK"; \
+    URL="$BASEURL/stable/release/3.5.0/sdk/$SDK"; \
     echo "SDK: $URL" >> dart_setup.log ; \
     curl -fLO "$URL"; \
     echo "$DART_SHA256 *$SDK" \
diff --git a/dart_latest/Dockerfile b/dart_latest/Dockerfile
deleted file mode 100644
index 7144b99..0000000

Relevant Maintainers:

@tianon tianon merged commit 5f51e7c into docker-library:master Aug 6, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants