Skip to content

Commit 655314c

Browse files
Update Node.js base image: 24 (#115)
Co-authored-by: docker-parent-image-bot[bot] <209291852+docker-parent-image-bot[bot]@users.noreply.github.com>
1 parent 773a9c3 commit 655314c

4 files changed

Lines changed: 5 additions & 5 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=2.10.1
3-
ARG BASE_VERSION=24.11.1-alpine3.22
2+
ARG DEFRA_VERSION=2.10.2
3+
ARG BASE_VERSION=24.12.0-alpine3.22
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=2.10.1
1+
DEFRA_VERSION=2.10.2
22
IMAGE_NAME=node

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following table lists the versions of node available, and the parent Node.js
1616
| ------------- | ----------------- |
1717
| 20.19.6 | 20.19.6-alpine3.22 |
1818
| 22.21.1 | 22.21.1-alpine3.22 |
19-
| 24.11.1 | 24.11.1-alpine3.22 |
19+
| 24.12.0 | 24.12.0-alpine3.22 |
2020

2121
Two parent images are created for each version:
2222

image-matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
22
{"nodeVersion": "20.19.6", "alpineVersion": "3.22", "tags": ["latest-20"]},
33
{"nodeVersion": "22.21.1", "alpineVersion": "3.22", "tags": ["latest-22"]},
4-
{"nodeVersion": "24.11.1", "alpineVersion": "3.22", "tags": ["latest-24", "latest"]}
4+
{"nodeVersion": "24.12.0", "alpineVersion": "3.22", "tags": ["latest-24", "latest"]}
55
]

0 commit comments

Comments
 (0)