From 6c97c38294812ad5d9e47735cc6443310927e44d Mon Sep 17 00:00:00 2001 From: "docker-parent-image-bot[bot]" <209291852+docker-parent-image-bot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 03:00:37 +0000 Subject: [PATCH] Update Node.js base image: 22,24 --- Dockerfile | 4 ++-- JOB.env | 2 +- README.md | 4 ++-- image-matrix.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46bbd1b..722f3b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Set default values for build arguments -ARG DEFRA_VERSION=3.0.2 -ARG BASE_VERSION=24.13.1-alpine3.23 +ARG DEFRA_VERSION=3.0.3 +ARG BASE_VERSION=24.14.0-alpine3.23 FROM node:$BASE_VERSION AS production diff --git a/JOB.env b/JOB.env index 8d4b0f5..7affe9e 100644 --- a/JOB.env +++ b/JOB.env @@ -1,2 +1,2 @@ -DEFRA_VERSION=3.0.2 +DEFRA_VERSION=3.0.3 IMAGE_NAME=node diff --git a/README.md b/README.md index bdaa273..93d4a60 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ The following table lists the versions of node available, and the parent Node.js | Node version | Parent image | | ------------- | ----------------- | | 20.20.0 | 20.20.0-alpine3.23 | -| 22.22.0 | 22.22.0-alpine3.23 | -| 24.13.1 | 24.13.1-alpine3.23 | +| 22.22.1 | 22.22.1-alpine3.23 | +| 24.14.0 | 24.14.0-alpine3.23 | Two parent images are created for each version: diff --git a/image-matrix.json b/image-matrix.json index a2a743f..6010dbe 100644 --- a/image-matrix.json +++ b/image-matrix.json @@ -1,5 +1,5 @@ [ {"nodeVersion": "20.20.0", "alpineVersion": "3.23", "tags": ["latest-20"]}, - {"nodeVersion": "22.22.0", "alpineVersion": "3.23", "tags": ["latest-22"]}, - {"nodeVersion": "24.13.1", "alpineVersion": "3.23", "tags": ["latest-24", "latest"]} + {"nodeVersion": "22.22.1", "alpineVersion": "3.23", "tags": ["latest-22"]}, + {"nodeVersion": "24.14.0", "alpineVersion": "3.23", "tags": ["latest-24", "latest"]} ]