atsign-company / at_dockerfiles

Dockerfiles to create build, run and test images for Dart applications across multiple architectures.
Apache License 2.0
3 stars 2 forks source link

Bump Dart version to prevent builds #29

Closed cpswan closed 2 years ago

cpswan commented 2 years ago

2.16.1 is failing on Armv7 https://github.com/dart-lang/sdk/issues/48366

- What I did

Bumped DART_STABLE_VERSION to 2.16.1 so that automated builds don't keep happening against that version

- Description for the changelog

Bump Dart version to prevent builds