Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
beevelop committed Jan 11, 2023
1 parent 47d0a3f commit a8c7716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

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

# or run the image interactively
docker run --rm --name beevelop -it beevelop/android:v2023.01.1 bash
docker run --rm --name beevelop -it beevelop/android:v2023.01.2 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.01.1
FROM beevelop/android:v2023.01.2

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

0 comments on commit a8c7716

Please sign in to comment.