Skip to content

Commit 8f4010a

Browse files
committed
chore: update README
1 parent 6044bd6 commit 8f4010a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.2
24+
docker pull beevelop/android:v2023.10.1
2525

2626
# or run the image interactively
27-
docker run --rm --name beevelop -it beevelop/android:v2023.01.2 bash
27+
docker run --rm --name beevelop -it beevelop/android:v2023.10.1 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.2
36+
FROM beevelop/android:v2023.10.1
3737

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

0 commit comments

Comments
 (0)