Skip to content

Commit 658978d

Browse files
arnonmArnon Meshoulam
authored andcommitted
fix: use correct flutter version in devcontainer (immich-app#18285)
Fixed issue 18284 Co-authored-by: Arnon Meshoulam <[email protected]>
1 parent 4925583 commit 658978d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ${BASEIMAGE}
44
# Flutter SDK
55
# https://flutter.dev/docs/development/tools/sdk/releases?tab=linux
66
ENV FLUTTER_CHANNEL="stable"
7-
ENV FLUTTER_VERSION="3.29.1"
7+
ENV FLUTTER_VERSION="3.29.3"
88
ENV FLUTTER_HOME=/flutter
99
ENV PATH=${PATH}:${FLUTTER_HOME}/bin
1010

0 commit comments

Comments
 (0)