Skip to content

Commit 01b6337

Browse files
committed
Bump node to 24.11.0
1 parent 16d53a3 commit 01b6337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node/24/noble-slim/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN usermod --login node ubuntu \
88
&& groupmod --new-name node ubuntu \
99
&& usermod --home /home/node --move-home node
1010

11-
ENV NODE_VERSION=24.10.0
11+
ENV NODE_VERSION=24.11.0
1212

1313
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1414
# hadolint ignore=SC2155

node/24/noble-slim/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ variable "TAG_PREFIX" {
33
}
44

55
variable "VERSION" {
6-
default = "24.10.0"
6+
default = "24.11.0"
77
}
88

99
# There's no darwin-based Docker, so if we're running on macOS, change the platform to linux

0 commit comments

Comments
 (0)