Skip to content

Commit 116f265

Browse files
committed
NodeJS 24 and Ubuntu 24
1 parent a66cd4b commit 116f265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM ubuntu:noble-20241118.1
1+
FROM ubuntu:noble-20251001
22

33
ARG TARGETPLATFORM
44

55
# Dockerfile originally based on https://github.com/nodejs/docker-node/blob/master/6.11/slim/Dockerfile
66
# gpg keys listed at https://github.com/nodejs/node#release-team
77

88
ENV NPM_CONFIG_LOGLEVEL=info
9-
ENV NODE_VERSION=22.13.0
9+
ENV NODE_VERSION=24.11.0
1010

1111
RUN export PLATFORM=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "x64"; else echo "arm64"; fi) \
1212
buildDeps='xz-utils curl ca-certificates gnupg2 lsb-release dirmngr' \

0 commit comments

Comments
 (0)