Skip to content

Commit

Permalink
Update to 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brim-borium authored Nov 1, 2023
1 parent c449ebc commit 0acb650
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/SECURITY.md

This file was deleted.

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.0"
ENV FLUTTER_VERSION="3.13.1"
ENV FLUTTER_HOME "/home/mobiledevops/.flutter-sdk"
ENV PATH $PATH:$FLUTTER_HOME/bin

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

| Version | Ref | Release Date |
| ------- | ------- | ------------ |
| 3.13.0 | efbf63d | 16.08.2023 |
| 3.13.1 | e1e4722 | 23.08.2023 |

## Releases

| Tag | Flutter Version | Flutter Channel |
| ----------------- | ----------------- | --------------- |
| 3.13.0 | efbf63d | 16.08.2023 |
| 3.13.1 | 3.13.1 | stable |
| 3.13.0 | 3.13.0 | 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 @@ -69,7 +70,7 @@ version: 2.1
jobs:
build:
docker:
- image: slashwhyorganization/flutter-sdk-image:3.13.0
- image: slashwhyorganization/flutter-sdk-image:3.13.1
steps:
- checkout
- run:
Expand All @@ -96,7 +97,7 @@ services:
- docker
env:
- DOCKER_IMAGE=slashwhyorganization/flutter-sdk-image:3.13.0
- DOCKER_IMAGE=slashwhyorganization/flutter-sdk-image:3.13.1
before_install:
- docker pull $DOCKER_IMAGE
Expand All @@ -119,7 +120,7 @@ Example:

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

0 comments on commit 0acb650

Please sign in to comment.