We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8eba9a commit c1e49f8Copy full SHA for c1e49f8
Dockerfile
@@ -175,7 +175,7 @@ ENV PATH=/root/.composer/vendor/bin:$PATH
175
# Install NodeJS.
176
# @see https://nodejs.org/download/release/
177
# renovate: datasource=node depName=node versioning=node extractVersion=^v(?<version>.*)$
178
-RUN version=24.11.1 && \
+RUN version=24.12.0 && \
179
arch=$(uname -m) && \
180
if [ "${arch}" = "x86_64" ]; then arch="x64"; elif [ "${arch}" = "aarch64" ]; then arch="arm64"; fi && \
181
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