Skip to content

Commit

Permalink
chore: udpate README for v2023.12.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
beevelop authored Dec 30, 2023
1 parent 6d61c93 commit c7c79bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@

## based on [beevelop/java](https://github.com/beevelop/docker-java)

- Java `11.0.17`
- Gradle `4.4.1` (Groovy: `2.4.17`)
- Java `17.0.9`
- Gradle `4.4.1` (Groovy: `2.4.21`)
- Apache Maven `3.6.3`
- Ant `1.10.7`
- Ant `1.10.12`

## Pull, build or run this image

```bash
# pull the most recent tag / release
docker pull beevelop/android:v2023.10.1
docker pull beevelop/android:v2023.12.1

# or run the image interactively
docker run --rm --name beevelop -it beevelop/android:v2023.10.1 bash
docker run --rm --name beevelop -it beevelop/android:v2023.12.1 bash

# or build the image from GitHub
docker build -t beevelop/android github.com/beevelop/docker-base
Expand All @@ -33,7 +33,7 @@ docker build -t beevelop/android github.com/beevelop/docker-base
## Or use it as a base image

```Dockerfile
FROM beevelop/android:v2023.10.1
FROM beevelop/android:v2023.12.1

# accepts all the Licenses (please read first)
RUN yes | sdkmanager --licenses --sdk_root=$ANDROID_SDK_ROOT
Expand Down

0 comments on commit c7c79bb

Please sign in to comment.