File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-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=15.12 .0
9
+ ARG NODE_VERSION=15.14 .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 = '15.12 .0.0.beta1 ' . freeze
5
- NODE_VERSION = '15.12 .0' . freeze
4
+ VERSION = '15.14 .0.0' . freeze
5
+ NODE_VERSION = '15.14 .0' . freeze
6
6
LIBV8_VERSION = '8.6.395.17' . freeze # from v8/include/v8-version.h
7
7
end
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ libexec="$(cd "$(dirname "$0")"; pwd)"
8
8
top=" ${libexec} /.."
9
9
src=" ${2:- " ${top} /src" } "
10
10
11
- sha256sum=' 7b7982a802370b58bd9ea148a790d54d700cf708d7816dcf514794b8e169f5a4 '
11
+ sha256sum=' e016ab40079a540dc42a6ffc97b1e398d1d50dd9519f859a5539f0309cdea673 '
12
12
check_sum () {
13
13
filename=" ${1} "
14
14
expected=" ${2} "
You can’t perform that action at this time.
0 commit comments