Skip to content

Commit

Permalink
chore: set default flutter version to 3.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tauu committed Jan 5, 2024
1 parent 64a6f23 commit 9972b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FROM mcr.microsoft.com/windows/servercore:ltsc2019

# Defione the version of flutter, which will be installed in the container.
ARG FLUTTER_VERSION=3.7.0
ARG FLUTTER_VERSION=3.16.5
ARG PWSH_VERSION=7.2.2

# Restore the default Windows shell for correct batch processing.
Expand Down

0 comments on commit 9972b99

Please sign in to comment.