Skip to content

Commit

Permalink
Updates to Flutter SDK 3.19.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Messingfeld <[email protected]>
  • Loading branch information
messeb committed Mar 22, 2024
1 parent 56c2300 commit 52fec33
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:34.0.0-jdk17
FROM mobiledevops/android-sdk-image:34.0.1

ENV FLUTTER_VERSION="3.16.4"
ENV FLUTTER_VERSION="3.19.4"
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.16.4 | 2e9cb0a | 13.12.2023 |
| 3.19.4 | 68bfaea | 21.03.2023 |

## Releases

| Tag | Flutter Version | Flutter Channel |
|---|---|---|
| 3.19.4 | 3.19.4 | stable |
| 3.16.4 | 3.16.4 | stable|
| 3.16.3 | 3.16.3 | stable|
| 3.10.3 | 3.10.3 | stable |
Expand Down Expand Up @@ -70,7 +71,7 @@ version: 2.1
jobs:
build:
docker:
- image: mobiledevops/flutter-sdk-image:3.16.4
- image: mobiledevops/flutter-sdk-image:3.19.4
steps:
- checkout
- run:
Expand All @@ -97,7 +98,7 @@ services:
- docker
env:
- DOCKER_IMAGE=mobiledevops/flutter-sdk-image:3.16.4
- DOCKER_IMAGE=mobiledevops/flutter-sdk-image:3.19.4
before_install:
- docker pull $DOCKER_IMAGE
Expand All @@ -119,7 +120,7 @@ Example:

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

0 comments on commit 52fec33

Please sign in to comment.