Skip to content

Commit

Permalink
Update to 3.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brim-borium authored Nov 3, 2023
1 parent 12a4670 commit 6898314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mobiledevops/android-sdk-image:33.0.2

ENV FLUTTER_VERSION="3.13.7"
ENV FLUTTER_VERSION="3.13.8"
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.13.7 | 2f708eb | 2023/10/11 |
| 3.13.8 | 6c4930c | 2023/10/18 |

## Releases

| Tag | Flutter Version | Flutter Channel |
| ----------------- | ----------------- | --------------- |
| 3.13.8 | 3.13.8 | stable |
| 3.13.7 | 3.13.7 | stable |
| 3.13.6 | 3.13.6 | stable |
| 3.13.5 | 3.13.5 | stable |
Expand Down Expand Up @@ -75,7 +76,7 @@ version: 2.1
jobs:
build:
docker:
- image: slashwhyorganization/flutter-sdk-image:3.13.7
- image: slashwhyorganization/flutter-sdk-image:3.13.8
steps:
- checkout
- run:
Expand All @@ -102,7 +103,7 @@ services:
- docker
env:
- DOCKER_IMAGE=slashwhyorganization/flutter-sdk-image:3.13.7
- DOCKER_IMAGE=slashwhyorganization/flutter-sdk-image:3.13.8
before_install:
- docker pull $DOCKER_IMAGE
Expand All @@ -125,7 +126,7 @@ Example:

```
# .gitlab-ci.yml
image: slashwhyorganization/flutter-sdk-image:3.13.7
image: slashwhyorganization/flutter-sdk-image:3.13.8
stages:
- build
Expand Down

0 comments on commit 6898314

Please sign in to comment.