Skip to content

Commit 2ae8ba7

Browse files
authored
docs: Node.js 22 is now LTS
1 parent 2749678 commit 2ae8ba7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
[![buildx Status](https://github.com/timbru31/docker-node-alpine-git/workflows/buildx/badge.svg)](https://github.com/timbru31/docker-node-alpine-git/actions?query=workflow%3Abuildx)
55
[![Lint Dockerfiles](https://github.com/timbru31/docker-node-alpine-git/workflows/Lint%20Dockerfiles/badge.svg)](https://github.com/timbru31/docker-node-alpine-git/actions?query=workflow%3A%22Lint+Dockerfiles%22)
66

7-
A minimal Dockerfile based on Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 (Jod) alpine with Git and ssh installed.
7+
A minimal Dockerfile based on Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod) alpine with Git and ssh installed.
88

99
## What's included
1010

11-
- Node.js 18 LTS (Hydrogen), 20 LTS (Iron) or 22 (Jod)
12-
- npm 9
11+
- Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod)
12+
- npm 10
1313
- yarn
1414
- Git
1515
- ssh
@@ -22,7 +22,7 @@ These Dockerfiles leverage the new `buildx` functionality and offer the followin
2222
- linux/arm64
2323
- linux/arm/v7
2424
- linux/arm/v6
25-
- linux/ppc64le (not for Node.js 22 (Jod))
25+
- linux/ppc64le (not for Node.js 22 LTS (Jod))
2626
- linux/s390x
2727

2828
---

0 commit comments

Comments
 (0)