Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 20/Dockerfile
Original file line number Diff line number Diff line change
@@ -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)" \
Expand Down
2 changes: 1 addition & 1 deletion 22/Dockerfile
Original file line number Diff line number Diff line change
@@ -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)" \
Expand Down
2 changes: 1 addition & 1 deletion spec/20/Dockerfile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
create_image(tag)
end

test_node("20.19.4")
test_node("20.19.5")

test_npm

Expand Down
2 changes: 1 addition & 1 deletion spec/22/Dockerfile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
create_image(tag)
end

test_node("22.18.0")
test_node("22.19.0")

test_npm

Expand Down