File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN test ! -f /etc/alpine-release || apk add --no-cache build-base bash python2
6
6
RUN mkdir -p /code
7
7
WORKDIR /code
8
8
9
- ARG NODE_VERSION=16.6.2
9
+ ARG NODE_VERSION=16.5.0
10
10
11
11
COPY libexec/download-node /code/libexec/
12
12
RUN ./libexec/download-node ${NODE_VERSION}
Original file line number Diff line number Diff line change 1
1
module Libv8 ; end
2
2
3
3
module Libv8 ::Node
4
- VERSION = '16.6.2 .0' . freeze
5
- NODE_VERSION = '16.6.2 ' . freeze
6
- LIBV8_VERSION = '9.2.230.21 ' . freeze # from v8/include/v8-version.h
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
7
7
end
Original file line number Diff line number Diff line change
1
+ a0d233cde072822af7fd3043b866e526a1739df32c3ace6210ae289f3266ccb7
You can’t perform that action at this time.
0 commit comments