Skip to content

Commit

Permalink
Update to 3.13.9 & Add pub cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
brim-borium authored Nov 6, 2023
1 parent 6898314 commit 069bdba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
FROM mobiledevops/android-sdk-image:33.0.2

ENV FLUTTER_VERSION="3.13.8"
ENV FLUTTER_VERSION="3.13.9"
ENV FLUTTER_HOME "/home/mobiledevops/.flutter-sdk"
ENV PUB_CACHE "/home/mobiledevops/.pub-cache"

ENV PATH $PATH:$FLUTTER_HOME/bin
ENV PATH $PATH:$PUB_CACHE/bin

# Download and extract Flutter SDK
RUN mkdir $FLUTTER_HOME \
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.8 | 6c4930c | 2023/10/18 |
| 3.13.9 | d211f42 | 2023/10/26 |

## Releases

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

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

0 comments on commit 069bdba

Please sign in to comment.