Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion JOB.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DEFRA_VERSION=3.2.0
DEFRA_VERSION=3.2.1
IMAGE_NAME=node
NPM_VERSION=12.0.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions image-matrix.json
Original file line number Diff line number Diff line change
@@ -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"]}
]
Loading