File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323``` bash
2424# pull the most recent tag / release
25- docker pull beevelop/android:v2023.12 .1
25+ docker pull beevelop/android:v2025.08 .1
2626
2727# or run the image interactively
28- docker run --rm --name beevelop -it beevelop/android:v2023.12 .1 bash
28+ docker run --rm --name beevelop -it beevelop/android:v2025.08 .1 bash
2929
3030# or build the image from GitHub
3131docker build -t beevelop/android github.com/beevelop/docker-android
@@ -34,7 +34,7 @@ docker build -t beevelop/android github.com/beevelop/docker-android
3434## Or use it as a base image
3535
3636``` Dockerfile
37- FROM beevelop/android:v2023.12 .1
37+ FROM beevelop/android:v2025.08 .1
3838
3939# accepts all the Licenses (please read first)
4040RUN yes | sdkmanager --licenses --sdk_root=$ANDROID_SDK_ROOT
You can’t perform that action at this time.
0 commit comments