Skip to content

Commit c1e49f8

Browse files
chore(deps): update node.js to v24.12.0 (#286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8eba9a commit c1e49f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ ENV PATH=/root/.composer/vendor/bin:$PATH
175175
# Install NodeJS.
176176
# @see https://nodejs.org/download/release/
177177
# renovate: datasource=node depName=node versioning=node extractVersion=^v(?<version>.*)$
178-
RUN version=24.11.1 && \
178+
RUN version=24.12.0 && \
179179
arch=$(uname -m) && \
180180
if [ "${arch}" = "x86_64" ]; then arch="x64"; elif [ "${arch}" = "aarch64" ]; then arch="arm64"; fi && \
181181
curl -L -o "/tmp/node-${version}-linux-${arch}.tar.xz" "https://nodejs.org/download/release/v${version}/node-v${version}-linux-${arch}.tar.xz" && \

0 commit comments

Comments
 (0)