Skip to content

Commit

Permalink
Release v2021.06.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maik Hummel committed Jun 11, 2021
1 parent ddd2ff7 commit 0bb46fa
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 @@ -18,18 +18,18 @@
### Pull, build or run this image
```bash
# pull the most recent tag / release
docker pull beevelop/android:v2021.06.1
docker pull beevelop/android:v2021.06.2

# or run the image interactively
docker run --rm --name beevelop -it beevelop/android:v2021.06.1 bash
docker run --rm --name beevelop -it beevelop/android:v2021.06.2 bash

# or build the image from GitHub
docker build -t beevelop/android github.com/beevelop/docker-base
```

### Or use as base image
```Dockerfile
FROM beevelop/android:v2021.06.1
FROM beevelop/android:v2021.06.2
```

## Maintenance
Expand Down

0 comments on commit 0bb46fa

Please sign in to comment.