mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 09:12:56 +02:00
fix: use correct flutter version in devcontainer (#18285)
Fixed issue 18284 Co-authored-by: Arnon Meshoulam <arnonm@gmail.com>
This commit is contained in:
parent
c3aeb6c497
commit
5ee4a43e74
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM ${BASEIMAGE}
|
|||
# Flutter SDK
|
||||
# https://flutter.dev/docs/development/tools/sdk/releases?tab=linux
|
||||
ENV FLUTTER_CHANNEL="stable"
|
||||
ENV FLUTTER_VERSION="3.29.1"
|
||||
ENV FLUTTER_VERSION="3.29.3"
|
||||
ENV FLUTTER_HOME=/flutter
|
||||
ENV PATH=${PATH}:${FLUTTER_HOME}/bin
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue