Skip to content

Commit 0f98df0

Browse files
committed
Update to node 15.14.0
1 parent 3ff0c1f commit 0f98df0

File tree

3 files changed

+4
-4
lines changed

3 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=15.12.0
9+
ARG NODE_VERSION=15.14.0
1010

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

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 = '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
66
LIBV8_VERSION = '8.6.395.17'.freeze # from v8/include/v8-version.h
77
end

libexec/download-node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ libexec="$(cd "$(dirname "$0")"; pwd)"
88
top="${libexec}/.."
99
src="${2:-"${top}/src"}"
1010

11-
sha256sum='7b7982a802370b58bd9ea148a790d54d700cf708d7816dcf514794b8e169f5a4'
11+
sha256sum='e016ab40079a540dc42a6ffc97b1e398d1d50dd9519f859a5539f0309cdea673'
1212
check_sum() {
1313
filename="${1}"
1414
expected="${2}"

0 commit comments

Comments
 (0)