File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212
1313## based on [ beevelop/java] ( https://github.com/beevelop/docker-java )
1414
15- - Java ` 11 .0.17 `
16- - Gradle ` 4.4.1 ` (Groovy: ` 2.4.17 ` )
15+ - Java ` 17 .0.9 `
16+ - Gradle ` 4.4.1 ` (Groovy: ` 2.4.21 ` )
1717- Apache Maven ` 3.6.3 `
18- - Ant ` 1.10.7 `
18+ - Ant ` 1.10.12 `
1919
2020## Pull, build or run this image
2121
2222``` bash
2323# pull the most recent tag / release
24- docker pull beevelop/android:v2023.10 .1
24+ docker pull beevelop/android:v2023.12 .1
2525
2626# or run the image interactively
27- docker run --rm --name beevelop -it beevelop/android:v2023.10 .1 bash
27+ docker run --rm --name beevelop -it beevelop/android:v2023.12 .1 bash
2828
2929# or build the image from GitHub
3030docker build -t beevelop/android github.com/beevelop/docker-base
@@ -33,7 +33,7 @@ docker build -t beevelop/android github.com/beevelop/docker-base
3333## Or use it as a base image
3434
3535``` Dockerfile
36- FROM beevelop/android:v2023.10 .1
36+ FROM beevelop/android:v2023.12 .1
3737
3838# accepts all the Licenses (please read first)
3939RUN yes | sdkmanager --licenses --sdk_root=$ANDROID_SDK_ROOT
You can’t perform that action at this time.
0 commit comments