diff --git a/Dockerfile b/Dockerfile index 7817985..b98a246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Set default values for build arguments -ARG DEFRA_VERSION=3.1.1 -ARG BASE_VERSION=24.18.0-alpine3.24 +ARG DEFRA_VERSION=3.1.2 +ARG BASE_VERSION=24.19.0-alpine3.24 FROM node:$BASE_VERSION AS production diff --git a/JOB.env b/JOB.env index d117fad..d29edce 100644 --- a/JOB.env +++ b/JOB.env @@ -1,2 +1,2 @@ -DEFRA_VERSION=3.1.1 +DEFRA_VERSION=3.1.2 IMAGE_NAME=node diff --git a/README.md b/README.md index 9c90c54..b47aa43 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ The following table lists the versions of node available, and the parent Node.js | Node version | Parent image | | ------------- | ----------------- | -| 22.23.1 | 22.23.1-alpine3.24 | -| 24.18.0 | 24.18.0-alpine3.24 | +| 22.23.2 | 22.23.2-alpine3.24 | +| 24.19.0 | 24.19.0-alpine3.24 | Two parent images are created for each version: diff --git a/image-matrix.json b/image-matrix.json index c69112f..5681234 100644 --- a/image-matrix.json +++ b/image-matrix.json @@ -1,4 +1,4 @@ [ - {"nodeVersion": "22.23.1", "alpineVersion": "3.24", "tags": ["latest-22"]}, - {"nodeVersion": "24.18.0", "alpineVersion": "3.24", "tags": ["latest-24", "latest"]} + {"nodeVersion": "22.23.2", "alpineVersion": "3.24", "tags": ["latest-22"]}, + {"nodeVersion": "24.19.0", "alpineVersion": "3.24", "tags": ["latest-24", "latest"]} ]