Skip to content

Commit a8c7716

Browse files
committed
chore: update README
1 parent 47d0a3f commit a8c7716

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
@@ -21,10 +21,10 @@
2121

2222
```bash
2323
# pull the most recent tag / release
24-
docker pull beevelop/android:v2023.01.1
24+
docker pull beevelop/android:v2023.01.2
2525

2626
# or run the image interactively
27-
docker run --rm --name beevelop -it beevelop/android:v2023.01.1 bash
27+
docker run --rm --name beevelop -it beevelop/android:v2023.01.2 bash
2828

2929
# or build the image from GitHub
3030
docker 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.01.1
36+
FROM beevelop/android:v2023.01.2
3737

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

0 commit comments

Comments
 (0)