Skip to content

Commit 18a3e90

Browse files
authored
docs: Node.js 24 is now LTS
1 parent eee6548 commit 18a3e90

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 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 20 LTS (Iron), Node.js 22 LTS (Jod) or Node.js 24 (Krypton) alpine with Git and ssh installed.
7+
A minimal Dockerfile based on Node.js 20 LTS (Iron), Node.js 22 LTS (Jod) or Node.js 24 LTS (Krypton) alpine with Git and ssh installed.
88

99
## What's included
1010

11-
- Node.js 20 LTS (Iron), Node.js 22 LTS (Jod) or Node.js 24 (Krypton)
12-
- npm 10
11+
- Node.js 20 LTS (Iron), Node.js 22 LTS (Jod) or Node.js 24 LTS (Krypton)
12+
- npm 10 (Node.js 20 LTS, Node.js 22 LTS) / 11 (Node.js 24 LTS)
1313
- yarn
1414
- Git
1515
- ssh
@@ -20,8 +20,8 @@ These Dockerfiles leverage the new `buildx` functionality and offer the followin
2020

2121
- linux/amd64
2222
- linux/arm64
23-
- linux/arm/v7 (not for Node.js 24 (Krypton) or newer)
24-
- linux/arm/v6 (not for Node.js 24 (Krypton) or newer)
23+
- linux/arm/v7 (not for Node.js 24 LTS (Krypton) or newer)
24+
- linux/arm/v6 (not for Node.js 24 LTS (Krypton) or newer)
2525
- linux/ppc64le (not for Node.js 22 LTS (Jod) or newer)
2626
- linux/s390x
2727

0 commit comments

Comments
 (0)