dart-lang / dart-docker

Docker images for the Dart programming language (https://dart.dev)
BSD 3-Clause "New" or "Revised" License
67 stars 15 forks source link

Fix "stable is ahead of beta" #67

Closed athomas closed 2 years ago

athomas commented 2 years ago

Previously, we assumed that beta would be pushed to stable before updating dart-docker, but that is no longer the case since updating dart-docker is now automated in the release script. We didn't handle the case of beta being a different version that is semantically before stable before.