Skip to content

Commit

Permalink
Update to 3.22.1 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: brim-borium <[email protected]>
  • Loading branch information
github-actions[bot] and brim-borium authored May 24, 2024
1 parent b83f0d8 commit d181404
Show file tree
Hide file tree
Showing 2 changed files with 5 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:34.0.0-jdk17

ENV FLUTTER_VERSION="3.22.0"
ENV FLUTTER_VERSION="3.22.1"
ENV FLUTTER_HOME "/home/mobiledevops/.flutter-sdk"
ENV PUB_CACHE "/home/mobiledevops/.pub-cache"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Docker image to build a Flutter app `*.apk` for Android. The latest image contains always the latest stable version of the Flutter SDK: https://flutter.dev/docs/development/tools/sdk/releases?tab=linux

<a href="https://github.com/slashwhy/flutter-sdk-image/releases/tag/3.22.0"><img src="https://img.shields.io/badge/Current%20version-3.22.0-blue.svg"/></a>
<a href="https://github.com/slashwhy/flutter-sdk-image/releases/tag/3.22.1"><img src="https://img.shields.io/badge/Current%20version-3.22.1-blue.svg"/></a>

## Releases

Expand All @@ -26,7 +26,7 @@ version: 2.1
jobs:
build:
docker:
- image: slashwhyorganization/flutter-sdk-image:3.22.0
- image: slashwhyorganization/flutter-sdk-image:3.22.1
steps:
- checkout
- run:
Expand All @@ -53,7 +53,7 @@ services:
- docker
env:
- DOCKER_IMAGE=slashwhyorganization/flutter-sdk-image:3.22.0
- DOCKER_IMAGE=slashwhyorganization/flutter-sdk-image:3.22.1
before_install:
- docker pull $DOCKER_IMAGE
Expand All @@ -76,7 +76,7 @@ Example:

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

0 comments on commit d181404

Please sign in to comment.