File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -24,24 +24,25 @@ This image is published to Docker Hub and can be pulled via the command
2424docker pull ppiper/node-browsers
2525```
2626
27- The default tag ` latest ` contains node 20
27+ The default tag ` latest ` contains Node 24.
2828
29- For node-16 or node-18 use the tag ` 16-bookworm ` or ` 18-bookworm ` :
29+ For specific Node versions, use the following tags :
3030
3131```
32- docker pull ppiper/node-browsers:16-bookworm
33- docker pull ppiper/node-browsers:18-bookworm
32+ docker pull ppiper/node-browsers:20-bookworm
33+ docker pull ppiper/node-browsers:22-bookworm
34+ docker pull ppiper/node-browsers:24-bookworm
3435```
3536
3637## Build
3738
3839To build this image locally, open a terminal in the directory of the Dockerfile and run
3940
4041```
41- docker build --build-arg=BASE_IMAGE_TAG=20 -bookworm -t ppiper/node-browsers .
42+ docker build --build-arg=BASE_IMAGE_TAG=24 -bookworm -t ppiper/node-browsers .
4243```
4344
44- Where the ` BASE_IMAGE_TAG=20-bookworm ` build argument can be replaced with ` BASE_IMAGE_TAG=16 -bookworm` or ` BASE_IMAGE_TAG=18 -bookworm` .
45+ Where the ` BASE_IMAGE_TAG ` can be set to ` 20 -bookworm` , ` 22-bookworm ` , or ` 24 -bookworm` .
4546The given tag ** must** exist in the [ node] ( https://hub.docker.com/_/node ) base image ** and** use Debian GNU/Linux.
4647
4748## Usage
You can’t perform that action at this time.
0 commit comments