Skip to content

Commit 41ffebf

Browse files
committed
Update to node 16.10.0
1 parent 95e846e commit 41ffebf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.5.0
9+
ARG NODE_VERSION=16.10.0
1010

1111
COPY libexec/download-node /code/libexec/
1212
RUN ./libexec/download-node ${NODE_VERSION}

lib/libv8/node/version.rb

Lines changed: 3 additions & 3 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.5.0.0'.freeze
5-
NODE_VERSION = '16.5.0'.freeze
6-
LIBV8_VERSION = '9.1.269.38'.freeze # from v8/include/v8-version.h
4+
VERSION = '16.10.0.0'.freeze
5+
NODE_VERSION = '16.10.0'.freeze
6+
LIBV8_VERSION = '9.3.345.19'.freeze # from v8/include/v8-version.h
77
end

0 commit comments

Comments
 (0)