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
33RUN 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 && \
Original file line number Diff line number Diff line change 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
3232docker 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---
You can’t perform that action at this time.
0 commit comments