We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bb596 commit 211744bCopy full SHA for 211744b
README.md
@@ -1,8 +1,10 @@
1
# Ubuntu + NodeJS base container for sitespeed.io
2
3
-This is the base Docker container for sitespeed.io containing Ubuntu 22.04 and Node.js 20.x.
+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:
6
7
```
-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 .
9
10
0 commit comments