diff --git a/Dockerfile b/Dockerfile index dd9870c..35d8857 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Set default values for build arguments -ARG DEFRA_VERSION=3.2.0 -ARG BASE_VERSION=24.19.0-alpine3.24 +ARG DEFRA_VERSION=3.2.1 +ARG BASE_VERSION=24.20.0-alpine3.24 ARG NPM_VERSION=12.0.2 FROM node:$BASE_VERSION AS production diff --git a/JOB.env b/JOB.env index 2d71943..925e6b0 100644 --- a/JOB.env +++ b/JOB.env @@ -1,3 +1,3 @@ -DEFRA_VERSION=3.2.0 +DEFRA_VERSION=3.2.1 IMAGE_NAME=node NPM_VERSION=12.0.2 diff --git a/README.md b/README.md index 037c17b..0e12335 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 | | ------------- | ----------------- | | 22.23.2 | 22.23.2-alpine3.24 | -| 24.19.0 | 24.19.0-alpine3.24 | -| 26.7.0 | 26.7.0-alpine3.24 | +| 24.20.0 | 24.20.0-alpine3.24 | +| 26.8.1 | 26.8.1-alpine3.24 | Two parent images are created for each version: diff --git a/examples/Dockerfile b/examples/Dockerfile index aa6b45e..3d0e96d 100644 --- a/examples/Dockerfile +++ b/examples/Dockerfile @@ -1,4 +1,4 @@ -ARG PARENT_VERSION=3.2.0-node24.19.0 +ARG PARENT_VERSION=3.2.1-node24.20.0 ARG PORT=3000 FROM defradigital/node-development:$PARENT_VERSION AS development diff --git a/image-matrix.json b/image-matrix.json index 920c743..cf3b0df 100644 --- a/image-matrix.json +++ b/image-matrix.json @@ -1,5 +1,5 @@ [ {"nodeVersion": "22.23.2", "alpineVersion": "3.24", "tags": ["latest-22"]}, - {"nodeVersion": "24.19.0", "alpineVersion": "3.24", "tags": ["latest-24", "latest"]}, - {"nodeVersion": "26.7.0", "alpineVersion": "3.24", "tags": ["latest-26"]} + {"nodeVersion": "24.20.0", "alpineVersion": "3.24", "tags": ["latest-24", "latest"]}, + {"nodeVersion": "26.8.1", "alpineVersion": "3.24", "tags": ["latest-26"]} ]