dart-docker icon indicating copy to clipboard operation
dart-docker copied to clipboard

Support versions besides buster

Open Coronon opened this issue 3 years ago • 2 comments

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 :)

Coronon avatar Jan 15 '22 18:01 Coronon

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

bytesizedwizard avatar Jan 19 '22 07:01 bytesizedwizard

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.

athomas avatar Feb 07 '22 20:02 athomas