cirruslabs / docker-images-flutter

Docker Images for Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using flutter:latest in GitLab CI gives an outdated Flutter version

maelchiotti opened this issue · comments

I have been using cirrusci/flutter:latest in my GitLab pipeline for some time.

However, I just upgraded to Flutter 3.10.2, and I expected my CI to use it as well as I use the latest tag. However, running flutter --version reveals that Flutter 3.7.7 is used instead of the latest Flutter 3.10.2.

This is a major issue because Flutter 3.10 comes with Dart 3, and thus my updated code doesn't work with Dart 2 anymore and my pipeline fails on any flutter command.

The images moved to GitHub Container Registry. Please use ghcr.io/cirruslabs/flutter:latest instead.

@fkorotkov thank you. shouldn't the doc page be updated accordingly, then? It still indicates to use:

container:
  image: cirrusci/flutter:latest