From a7c6675fe1835c3f43db4e2bb41d4b3c54b08d57 Mon Sep 17 00:00:00 2001 From: "docker-parent-image-bot[bot]" <209291852+docker-parent-image-bot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 02:53:48 +0000 Subject: [PATCH] Update Node.js base image: 20,22,24 --- Dockerfile | 4 ++-- JOB.env | 2 +- README.md | 6 +++--- image-matrix.json | 6 +++--- 4 files changed, 9 insertions(+), 9 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..3a569dd 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ 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 | +| 20.20.1 | 20.20.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..1617ef4 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": "20.20.1", "alpineVersion": "3.23", "tags": ["latest-20"]}, + {"nodeVersion": "22.22.1", "alpineVersion": "3.23", "tags": ["latest-22"]}, + {"nodeVersion": "24.14.0", "alpineVersion": "3.23", "tags": ["latest-24", "latest"]} ]