Skip to content

Commit

Permalink
Updates to Flutter SDK 3.16.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Messingfeld <sebastian@messeb.com>
  • Loading branch information
messeb committed Dec 14, 2023
1 parent 17f10d4 commit 56c2300
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
FROM mobiledevops/android-sdk-image:34.0.0-jdk17

ENV FLUTTER_VERSION="3.16.3"
ENV FLUTTER_VERSION="3.16.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.3 | b0366e0 | 06.12.2023 |
| 3.16.4 | 2e9cb0a | 13.12.2023 |

## Releases

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

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

0 comments on commit 56c2300

Please sign in to comment.