Skip to content

Commit e6dd516

Browse files
committed
Fix dev container to use 3.22
1 parent 5316e26 commit e6dd516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"image": "ghcr.io/cirruslabs/flutter:stable"
3-
}
2+
"image": "ghcr.io/cirruslabs/flutter:3.22.0"
3+
}

0 commit comments

Comments
 (0)