Skip to content

Commit

Permalink
Update to 3.16.5 (#19)
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 Dec 22, 2023
1 parent 106db5c commit bfde9a0
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

ENV FLUTTER_VERSION="3.16.4"
ENV FLUTTER_VERSION="3.16.5"
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.16.4"><img src="https://img.shields.io/badge/Current%20version-3.16.4-blue.svg"/></a>
<a href="https://github.com/slashwhy/flutter-sdk-image/releases/tag/3.16.5"><img src="https://img.shields.io/badge/Current%20version-3.16.5-blue.svg"/></a>

## Releases

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

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

0 comments on commit bfde9a0

Please sign in to comment.