Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flutter-android
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker images
flutter
flutter-android
Compare revisions
0be91320ca24e3487e29d2ef3f3547f7d6ac2a3f to 81a60d493eadce9ffc3ba5bf4250bb60ceef4175
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
docker-images/flutter/flutter-android
Select target project
No results found
81a60d493eadce9ffc3ba5bf4250bb60ceef4175
Select Git revision
Branches
master
Swap
Target
docker-images/flutter/flutter-android
Select target project
docker-images/flutter/flutter-android
1 result
0be91320ca24e3487e29d2ef3f3547f7d6ac2a3f
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
bump flutter version to 3.24.3
· 386454e1
Andri Joos
authored
4 months ago
386454e1
update demo project for testing
· 81a60d49
Andri Joos
authored
4 months ago
81a60d49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-2
4 additions, 2 deletions
Dockerfile
with
4 additions
and
2 deletions
Dockerfile
View file @
81a60d49
...
...
@@ -24,7 +24,7 @@ RUN apt update \
&&
mv
$TMP_DIR
/cmdline-tools/
*
$CMDLINETOOLS_DIR
FROM
andrijoos/flutter:3.24.
2
FROM
andrijoos/flutter:3.24.
3
ARG
DEPENDENCY_DIR
ARG
ANDROID_HOME
...
...
@@ -54,4 +54,6 @@ RUN yes "y" | flutter doctor --android-licenses \
# RUN cd warmup \
# && flutter pub get \
# && flutter build appbundle --release --target-platform android-arm,android-arm64,android-x64
# && flutter build appbundle --release --target-platform android-arm,android-arm64,android-x64 \
# && ls build/app/outputs/bundle/release/ \
# && exit 1
This diff is collapsed.
Click to expand it.