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 a66cd4b commit 116f265Copy full SHA for 116f265
Dockerfile
@@ -1,12 +1,12 @@
1
-FROM ubuntu:noble-20241118.1
+FROM ubuntu:noble-20251001
2
3
ARG TARGETPLATFORM
4
5
# Dockerfile originally based on https://github.com/nodejs/docker-node/blob/master/6.11/slim/Dockerfile
6
# gpg keys listed at https://github.com/nodejs/node#release-team
7
8
ENV NPM_CONFIG_LOGLEVEL=info
9
-ENV NODE_VERSION=22.13.0
+ENV NODE_VERSION=24.11.0
10
11
RUN export PLATFORM=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "x64"; else echo "arm64"; fi) \
12
buildDeps='xz-utils curl ca-certificates gnupg2 lsb-release dirmngr' \
0 commit comments