Skip to content

Commit 0bb46fa

Browse files
author
Maik Hummel
committed
Release v2021.06.2
1 parent ddd2ff7 commit 0bb46fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
### Pull, build or run this image
1919
```bash
2020
# pull the most recent tag / release
21-
docker pull beevelop/android:v2021.06.1
21+
docker pull beevelop/android:v2021.06.2
2222

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

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

3030
### Or use as base image
3131
```Dockerfile
32-
FROM beevelop/android:v2021.06.1
32+
FROM beevelop/android:v2021.06.2
3333
```
3434

3535
## Maintenance

0 commit comments

Comments
 (0)