diff --git a/Dockerfile b/Dockerfile index ccdd111..a5d3b64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Set default values for build arguments -ARG DEFRA_VERSION=3.0.9 -ARG BASE_VERSION=24.15.0-alpine3.23 +ARG DEFRA_VERSION=3.0.10 +ARG BASE_VERSION=24.16.0-alpine3.23 FROM node:$BASE_VERSION AS production diff --git a/JOB.env b/JOB.env index 47e6393..1e73317 100644 --- a/JOB.env +++ b/JOB.env @@ -1,2 +1,2 @@ -DEFRA_VERSION=3.0.9 +DEFRA_VERSION=3.0.10 IMAGE_NAME=node diff --git a/README.md b/README.md index 74e8b4d..02ba148 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The following table lists the versions of node available, and the parent Node.js | ------------- | ----------------- | | 20.20.2 | 20.20.2-alpine3.23 | | 22.22.3 | 22.22.3-alpine3.23 | -| 24.15.0 | 24.15.0-alpine3.23 | +| 24.16.0 | 24.16.0-alpine3.23 | Two parent images are created for each version: diff --git a/image-matrix.json b/image-matrix.json index ca861ca..2e371bf 100644 --- a/image-matrix.json +++ b/image-matrix.json @@ -1,4 +1,4 @@ [ {"nodeVersion": "22.22.3", "alpineVersion": "3.23", "tags": ["latest-22"]}, - {"nodeVersion": "24.15.0", "alpineVersion": "3.23", "tags": ["latest-24", "latest"]} + {"nodeVersion": "24.16.0", "alpineVersion": "3.23", "tags": ["latest-24", "latest"]} ]