dart-lang / dart-docker

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

Support versions besides buster #71

Open Coronon opened 2 years ago

Coronon commented 2 years ago

Hi there, I really love all the work by the dart team, Dart really has become one of my favorite languages (also outside of Flutter).

I am wondering why there are only buster-slim images in this repo - I require newer versions of many packages. Personally, I just copied the entire Dockerfile into my repo and changed buster -> sid, but it would be awesome to have them directly in here.

FROM dart:stabel-sid or something like that :)

bytesizedwizard commented 2 years ago

Upvoting! Not sure about if there are any technical challenges but would also love to see an alpine flavored image for the dart sdk.

athomas commented 2 years ago

Not exactly what's being asked here, but we're upgrading to bullseye: https://github.com/dart-lang/dart-docker/pull/77

In general, we follow the latest Debian stable, based on https://dart.dev/get-dart#linux.