Skip to content

Commit 211744b

Browse files
committed
update docs
1 parent 80bb596 commit 211744b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Ubuntu + NodeJS base container for sitespeed.io
22

3-
This is the base Docker container for sitespeed.io containing Ubuntu 22.04 and Node.js 20.x.
3+
This is the base Docker container for sitespeed.io using latest LTS Ubuntu and NodeJS. The image is built automatically on tag pushes.
4+
5+
Want to built it locally:
46

57
```
6-
docker buildx build --push --platform linux/arm64,linux/amd64 -t sitespeedio/node:ubuntu-22-04-nodejs-20.9.0 .
8+
docker buildx build --push --platform linux/arm64,linux/amd64 -t sitespeedio/node:ubuntu-24-04-nodejs-24.11.0 .
79
810
```

0 commit comments

Comments
 (0)