File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM beevelop/android
3
3
RUN apt-get update && apt-get install -y curl gnupg2 lsb-release && \
4
4
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
5
5
apt-key fingerprint 1655A0AB68576280 && \
6
- export VERSION=node_16 .x && \
6
+ export VERSION=node_18 .x && \
7
7
export DISTRO="$(lsb_release -s -c)" && \
8
8
echo "deb https://deb.nodesource.com/$VERSION $DISTRO main" | tee /etc/apt/sources.list.d/nodesource.list && \
9
9
echo "deb-src https://deb.nodesource.com/$VERSION $DISTRO main" | tee -a /etc/apt/sources.list.d/nodesource.list && \
Original file line number Diff line number Diff line change 8
8
![ CalVer] ( https://img.shields.io/badge/CalVer-YYYY.MM.MICRO-22bfda.svg?style=for-the-badge )
9
9
[ ![ Beevelop] ( https://img.shields.io/badge/-%20Made%20with%20%F0%9F%8D%AF%20by%20%F0%9F%90%9Dvelop-blue.svg?style=for-the-badge )] ( https://beevelop.com )
10
10
11
- # Android 13 with Node.js ` v16 ` and npm / yarn
11
+ # Android 13 with Node.js ` v18 ` and npm / yarn
12
12
13
13
### based on [ beevelop/android] ( https://github.com/beevelop/docker-android )
14
14
15
15
- Java ` 11.0.17 `
16
16
- Gradle ` 4.4.1 ` (Groovy: ` 2.4.17 ` )
17
17
- Apache Maven ` 3.6.3 `
18
18
- Ant ` 1.10.7 `
19
- - Node.js ` v16.19 .0`
20
- - npm ` 8.19.3 `
19
+ - Node.js ` v18.17 .0`
20
+ - npm ` 9.6.7 `
21
21
22
22
### Pull, build or run this image
23
23
24
24
``` bash
25
25
# pull the most recent tag / release
26
- docker pull beevelop/android-nodejs:v2023.01 .1
26
+ docker pull beevelop/android-nodejs:v2023.10 .1
27
27
28
28
# or run the image interactively
29
- docker run --rm --name beevelop -it beevelop/android-nodejs:v2023.01 .1 bash
29
+ docker run --rm --name beevelop -it beevelop/android-nodejs:v2023.10 .1 bash
30
30
31
31
# or build the image from GitHub
32
32
docker build -t beevelop/android-nodejs github.com/beevelop/docker-base
@@ -35,7 +35,7 @@ docker build -t beevelop/android-nodejs github.com/beevelop/docker-base
35
35
### Or use it as a base image
36
36
37
37
``` Dockerfile
38
- FROM beevelop/android-nodejs:v2023.01 .1
38
+ FROM beevelop/android-nodejs:v2023.10 .1
39
39
```
40
40
41
41
---
You can’t perform that action at this time.
0 commit comments