Skip to content

Commit

Permalink
docs: Node.js 22 is now LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 authored Nov 7, 2024
1 parent 3a03e53 commit 962da44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
[![buildx Status](https://github.com/timbru31/docker-ruby-node/workflows/buildx/badge.svg)](https://github.com/timbru31/docker-ruby-node/actions?query=workflow%3Abuildx)
[![Lint Dockerfiles](https://github.com/timbru31/docker-ruby-node/workflows/Lint%20Dockerfiles/badge.svg)](https://github.com/timbru31/docker-ruby-node/actions?query=workflow%3A%22Lint+Dockerfiles%22)

A minimal Dockerfile based on Ruby (3.1, 3.2, 3.3 or 3.4 (RC)) Dockerfile (regular, slim or alpine) with Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 installed.
A minimal Dockerfile based on Ruby (3.1, 3.2, 3.3 or 3.4 (RC)) Dockerfile (regular, slim or alpine) with Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod) installed.

## What's included

- Ruby 3.1, 3.2, 3.3, 3.4 (RC)
- Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22
- Node.js 18 LTS (Hydrogen), Node.js 20 LTS (Iron) or Node.js 22 LTS (Jod)
- bundled npm that comes with the respective Node.js version (latest for Node.js LTS on alpine, see [why](https://gitlab.alpinelinux.org/alpine/aports/-/commit/25b10bd1a93e12a7e49fee38b0a229281ae49fb7))
- yarn

Expand Down

0 comments on commit 962da44

Please sign in to comment.