Skip to content
Open
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.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

Expand Down
2 changes: 1 addition & 1 deletion JOB.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DEFRA_VERSION=3.0.2
DEFRA_VERSION=3.0.3
IMAGE_NAME=node
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions image-matrix.json
Original file line number Diff line number Diff line change
@@ -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"]}
]
Loading