1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-14 07:04:24 +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:
arnonm
2025-05-25 22:43:14 +03:00
committed by GitHub
parent c3aeb6c497
commit 5ee4a43e74

View File

@ -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