Skip to content

Commit

Permalink
flutter upgrade to 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Nov 29, 2023
1 parent 013ee96 commit f838b06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
GO_VERSION: "1.19"
FLUTTER_VERSION: "3.16.0"
FLUTTER_VERSION: "3.16.1"

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

env:
GO_VERSION: "1.19"
FLUTTER_VERSION: "3.16.0"
FLUTTER_VERSION: "3.16.1"

jobs:
# lint:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM instrumentisto/flutter:3.16 AS flutter
FROM instrumentisto/flutter:3.16.1 AS flutter
WORKDIR /app
COPY ./ui/flutter/pubspec.yaml ./ui/flutter/pubspec.lock ./
RUN flutter pub get
Expand Down

0 comments on commit f838b06

Please sign in to comment.