diff --git a/20/Dockerfile b/20/Dockerfile index 9dd7976..19576d4 100644 --- a/20/Dockerfile +++ b/20/Dockerfile @@ -1,7 +1,7 @@ FROM debian:trixie-slim ENV NPM_CONFIG_LOGLEVEL=info -ENV NODE_VERSION=20.19.4 +ENV NODE_VERSION=20.19.5 # gpg keys listed at https://github.com/nodejs/node RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/22/Dockerfile b/22/Dockerfile index b2848bb..dda6602 100644 --- a/22/Dockerfile +++ b/22/Dockerfile @@ -1,7 +1,7 @@ FROM debian:trixie-slim ENV NPM_CONFIG_LOGLEVEL=info -ENV NODE_VERSION=22.18.0 +ENV NODE_VERSION=22.19.0 # gpg keys listed at https://github.com/nodejs/node RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \ diff --git a/spec/20/Dockerfile_spec.rb b/spec/20/Dockerfile_spec.rb index f80dbc1..f8a44f3 100644 --- a/spec/20/Dockerfile_spec.rb +++ b/spec/20/Dockerfile_spec.rb @@ -12,7 +12,7 @@ create_image(tag) end - test_node("20.19.4") + test_node("20.19.5") test_npm diff --git a/spec/22/Dockerfile_spec.rb b/spec/22/Dockerfile_spec.rb index 653ca31..ea6dd89 100644 --- a/spec/22/Dockerfile_spec.rb +++ b/spec/22/Dockerfile_spec.rb @@ -12,7 +12,7 @@ create_image(tag) end - test_node("22.18.0") + test_node("22.19.0") test_npm