Skip to content

Commit e35a4fa

Browse files
committed
Update to node 16.19.0
1 parent 7fa4743 commit e35a4fa

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN test ! -f /etc/alpine-release || apk add --no-cache build-base bash python2
66
RUN mkdir -p /code
77
WORKDIR /code
88

9-
ARG NODE_VERSION=16.17.0
9+
ARG NODE_VERSION=16.19.0
1010

1111
COPY sums/v${NODE_VERSION}.sum /code/sums/
1212
COPY libexec/download-node /code/libexec/

lib/libv8/node/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Libv8; end
22

33
module Libv8::Node
4-
VERSION = '16.17.0.0'.freeze
5-
NODE_VERSION = '16.17.0'.freeze
4+
VERSION = '16.19.0.0'.freeze
5+
NODE_VERSION = '16.19.0'.freeze
66
LIBV8_VERSION = '9.4.146.26'.freeze # from v8/include/v8-version.h
77
end

sums/v16.19.0.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8b8a2939fa5f654ff61cae29b12118c24109273458ecbe6162ad8a8858309e0d

0 commit comments

Comments
 (0)