Skip to content

Commit 1309d46

Browse files
committed
Updated major version of nodejs to 24
1 parent e57d5fc commit 1309d46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
190190
ARG UNIQUE_ID_FOR_CACHEFROM=builder_nodejs
191191

192192
# Latest version of Node.js: https://nodejs.org
193-
ARG NODE_MAJOR=22
193+
ARG NODE_MAJOR=24
194194

195195
RUN apt-get update \
196196
&& apt-get install --assume-yes --no-install-recommends \

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
190190
ARG UNIQUE_ID_FOR_CACHEFROM=builder_nodejs
191191

192192
# Latest version of Node.js: https://nodejs.org
193-
ARG NODE_MAJOR=22
193+
ARG NODE_MAJOR=24
194194

195195
RUN apt-get update \
196196
&& apt-get install --assume-yes --no-install-recommends \

0 commit comments

Comments
 (0)