File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
``` bash
25
25
# pull the most recent tag / release
26
- docker pull beevelop/android-nodejs:v2025.08.1
26
+ docker pull beevelop/android-nodejs:v2025.08.2
27
27
28
28
# or run the image interactively
29
- docker run --rm --name beevelop -it beevelop/android-nodejs:v2025.08.1 bash
29
+ docker run --rm --name beevelop -it beevelop/android-nodejs:v2025.08.2 bash
30
30
31
31
# or build the image from GitHub
32
32
docker build -t beevelop/android-nodejs github.com/beevelop/docker-android-nodejs
@@ -35,7 +35,7 @@ docker build -t beevelop/android-nodejs github.com/beevelop/docker-android-nodej
35
35
### Or use it as a base image
36
36
37
37
``` Dockerfile
38
- FROM beevelop/android-nodejs:v2025.08.1
38
+ FROM beevelop/android-nodejs:v2025.08.2
39
39
```
40
40
41
41
---
You can’t perform that action at this time.
0 commit comments