File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM debian:trixie-slim
22
33ENV NPM_CONFIG_LOGLEVEL=info
4- ENV NODE_VERSION=20.19.4
4+ ENV NODE_VERSION=20.19.5
55
66# gpg keys listed at https://github.com/nodejs/node
77RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
Original file line number Diff line number Diff line change 11FROM debian:trixie-slim
22
33ENV NPM_CONFIG_LOGLEVEL=info
4- ENV NODE_VERSION=22.18 .0
4+ ENV NODE_VERSION=22.19 .0
55
66# gpg keys listed at https://github.com/nodejs/node
77RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
Original file line number Diff line number Diff line change 1212 create_image ( tag )
1313 end
1414
15- test_node ( "20.19.4 " )
15+ test_node ( "20.19.5 " )
1616
1717 test_npm
1818
Original file line number Diff line number Diff line change 1212 create_image ( tag )
1313 end
1414
15- test_node ( "22.18 .0" )
15+ test_node ( "22.19 .0" )
1616
1717 test_npm
1818
You can’t perform that action at this time.
0 commit comments