Skip to content

Commit cd71657

Browse files
committed
chore: update readme
1 parent 16dbae9 commit cd71657

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,25 @@ This image is published to Docker Hub and can be pulled via the command
2424
docker 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

3839
To 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`.
4546
The given tag **must** exist in the [node](https://hub.docker.com/_/node) base image **and** use Debian GNU/Linux.
4647

4748
## Usage

0 commit comments

Comments
 (0)