Skip to content

Commit

Permalink
Updates to Flutter SDK 3.16.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Messingfeld <[email protected]>
  • Loading branch information
messeb committed Dec 8, 2023
1 parent bd76368 commit 17f10d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mobiledevops/android-sdk-image:33.0.2
FROM mobiledevops/android-sdk-image:34.0.0

ENV FLUTTER_VERSION="3.10.3"
ENV FLUTTER_VERSION="3.16.3"
ENV FLUTTER_HOME "/home/mobiledevops/.flutter-sdk"
ENV PATH $PATH:$FLUTTER_HOME/bin

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Currently:

| Version | Ref | Release Date |
|---|---|---|
| 3.10.3 | f92f441 | 02.06.2021 |
| 3.16.3 | b0366e0 | 06.12.2023 |

## Releases

| Tag | Flutter Version | Flutter Channel |
|---|---|---|
| 3.16.3 | 3.16.3 | stable|
| 3.10.3 | 3.10.3 | stable |
| 3.10.2 | 3.10.2 | stable |
| 3.10.1 | 3.10.1 | stable |
Expand Down Expand Up @@ -68,7 +69,7 @@ version: 2.1
jobs:
build:
docker:
- image: mobiledevops/flutter-sdk-image:3.10.3
- image: mobiledevops/flutter-sdk-image:3.16.3
steps:
- checkout
- run:
Expand All @@ -95,7 +96,7 @@ services:
- docker
env:
- DOCKER_IMAGE=mobiledevops/flutter-sdk-image:3.10.3
- DOCKER_IMAGE=mobiledevops/flutter-sdk-image:3.16.3
before_install:
- docker pull $DOCKER_IMAGE
Expand All @@ -117,7 +118,7 @@ Example:

```
# .gitlab-ci.yml
image: mobiledevops/flutter-sdk-image:3.10.3
image: mobiledevops/flutter-sdk-image:3.16.3
stages:
- build
Expand Down

0 comments on commit 17f10d4

Please sign in to comment.