diff --git a/22/Dockerfile b/22/Dockerfile index dda6602..74e5520 100644 --- a/22/Dockerfile +++ b/22/Dockerfile @@ -1,7 +1,7 @@ FROM debian:trixie-slim ENV NPM_CONFIG_LOGLEVEL=info -ENV NODE_VERSION=22.19.0 +ENV NODE_VERSION=22.22.0 # gpg keys listed at https://github.com/nodejs/node RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/20/Dockerfile b/24/Dockerfile similarity index 98% rename from 20/Dockerfile rename to 24/Dockerfile index 19576d4..921a072 100644 --- a/20/Dockerfile +++ b/24/Dockerfile @@ -1,7 +1,7 @@ FROM debian:trixie-slim ENV NPM_CONFIG_LOGLEVEL=info -ENV NODE_VERSION=20.19.5 +ENV NODE_VERSION=24.13.0 # gpg keys listed at https://github.com/nodejs/node RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/spec/22/Dockerfile_spec.rb b/spec/22/Dockerfile_spec.rb index ea6dd89..6d0d9e4 100644 --- a/spec/22/Dockerfile_spec.rb +++ b/spec/22/Dockerfile_spec.rb @@ -12,7 +12,7 @@ create_image(tag) end - test_node("22.19.0") + test_node("22.22.0") test_npm diff --git a/spec/20/Dockerfile_spec.rb b/spec/24/Dockerfile_spec.rb similarity index 91% rename from spec/20/Dockerfile_spec.rb rename to spec/24/Dockerfile_spec.rb index f8a44f3..39cb63d 100644 --- a/spec/20/Dockerfile_spec.rb +++ b/spec/24/Dockerfile_spec.rb @@ -12,7 +12,7 @@ create_image(tag) end - test_node("20.19.5") + test_node("24.13.0") test_npm