Skip to content

Commit a701003

Browse files
committed
chore: upgrade Node.js to v18
1 parent f43ef18 commit a701003

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM beevelop/android
33
RUN apt-get update && apt-get install -y curl gnupg2 lsb-release && \
44
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
55
apt-key fingerprint 1655A0AB68576280 && \
6-
export VERSION=node_16.x && \
6+
export VERSION=node_18.x && \
77
export DISTRO="$(lsb_release -s -c)" && \
88
echo "deb https://deb.nodesource.com/$VERSION $DISTRO main" | tee /etc/apt/sources.list.d/nodesource.list && \
99
echo "deb-src https://deb.nodesource.com/$VERSION $DISTRO main" | tee -a /etc/apt/sources.list.d/nodesource.list && \

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
![CalVer](https://img.shields.io/badge/CalVer-YYYY.MM.MICRO-22bfda.svg?style=for-the-badge)
99
[![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)
1010

11-
# Android 13 with Node.js `v16` and npm / yarn
11+
# Android 13 with Node.js `v18` and npm / yarn
1212

1313
### based on [beevelop/android](https://github.com/beevelop/docker-android)
1414

1515
- Java `11.0.17`
1616
- Gradle `4.4.1` (Groovy: `2.4.17`)
1717
- Apache Maven `3.6.3`
1818
- 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`
2121

2222
### Pull, build or run this image
2323

2424
```bash
2525
# pull the most recent tag / release
26-
docker pull beevelop/android-nodejs:v2023.01.1
26+
docker pull beevelop/android-nodejs:v2023.10.1
2727

2828
# 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
3030

3131
# or build the image from GitHub
3232
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
3535
### Or use it as a base image
3636

3737
```Dockerfile
38-
FROM beevelop/android-nodejs:v2023.01.1
38+
FROM beevelop/android-nodejs:v2023.10.1
3939
```
4040

4141
---

0 commit comments

Comments
 (0)