Skip to content

Commit 5d7005f

Browse files
Update Node.js base image: 20,22,24
1 parent 6fbc43a commit 5d7005f

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set default values for build arguments
2-
ARG DEFRA_VERSION=3.0.4
3-
ARG BASE_VERSION=24.14.0-alpine3.23
2+
ARG DEFRA_VERSION=3.0.5
3+
ARG BASE_VERSION=24.14.1-alpine3.23
44

55
FROM node:$BASE_VERSION AS production
66

JOB.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
DEFRA_VERSION=3.0.4
1+
DEFRA_VERSION=3.0.5
22
IMAGE_NAME=node

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ The following table lists the versions of node available, and the parent Node.js
1414

1515
| Node version | Parent image |
1616
| ------------- | ----------------- |
17-
| 20.20.1 | 20.20.1-alpine3.23 |
18-
| 22.22.1 | 22.22.1-alpine3.23 |
19-
| 24.14.0 | 24.14.0-alpine3.23 |
17+
| 20.20.2 | 20.20.2-alpine3.23 |
18+
| 22.22.2 | 22.22.2-alpine3.23 |
19+
| 24.14.1 | 24.14.1-alpine3.23 |
2020

2121
Two parent images are created for each version:
2222

image-matrix.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{"nodeVersion": "20.20.1", "alpineVersion": "3.23", "tags": ["latest-20"]},
3-
{"nodeVersion": "22.22.1", "alpineVersion": "3.23", "tags": ["latest-22"]},
4-
{"nodeVersion": "24.14.0", "alpineVersion": "3.23", "tags": ["latest-24", "latest"]}
2+
{"nodeVersion": "20.20.2", "alpineVersion": "3.23", "tags": ["latest-20"]},
3+
{"nodeVersion": "22.22.2", "alpineVersion": "3.23", "tags": ["latest-22"]},
4+
{"nodeVersion": "24.14.1", "alpineVersion": "3.23", "tags": ["latest-24", "latest"]}
55
]

0 commit comments

Comments
 (0)