From ab6be5b2f63e1c83ae0ac92dc38a596c66d0a6ce Mon Sep 17 00:00:00 2001 From: Hailemichael Atrsaw Date: Thu, 26 Mar 2026 17:40:20 +0300 Subject: [PATCH] feat: add 22 version to Node.js container image and update versions configuration --- containers/node/README.md | 1 + containers/node/versions.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/containers/node/README.md b/containers/node/README.md index af4cad7..17c3e9d 100644 --- a/containers/node/README.md +++ b/containers/node/README.md @@ -13,6 +13,7 @@ Aliased container image for Node.js. | `22-bullseye` | 22-bullseye | | `20-bullseye-slim` | 20-bullseye-slim | | `18-buster` | 18-buster | +| `22` | 22 | diff --git a/containers/node/versions.yaml b/containers/node/versions.yaml index 050dbd2..9d88281 100644 --- a/containers/node/versions.yaml +++ b/containers/node/versions.yaml @@ -6,6 +6,7 @@ versions: - base_version: "22-bullseye" - base_version: "18-buster" - base_version: "20-bullseye-slim" + - base_version: "22" watch: - pattern: ^(\d+)-alpine$ source: docker.io/library/node