We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa4743 commit e35a4faCopy full SHA for e35a4fa
3 files changed
Dockerfile
@@ -6,7 +6,7 @@ RUN test ! -f /etc/alpine-release || apk add --no-cache build-base bash python2
6
RUN mkdir -p /code
7
WORKDIR /code
8
9
-ARG NODE_VERSION=16.17.0
+ARG NODE_VERSION=16.19.0
10
11
COPY sums/v${NODE_VERSION}.sum /code/sums/
12
COPY libexec/download-node /code/libexec/
lib/libv8/node/version.rb
@@ -1,7 +1,7 @@
1
module Libv8; end
2
3
module Libv8::Node
4
- VERSION = '16.17.0.0'.freeze
5
- NODE_VERSION = '16.17.0'.freeze
+ VERSION = '16.19.0.0'.freeze
+ NODE_VERSION = '16.19.0'.freeze
LIBV8_VERSION = '9.4.146.26'.freeze # from v8/include/v8-version.h
end
sums/v16.19.0.sum
@@ -0,0 +1 @@
+8b8a2939fa5f654ff61cae29b12118c24109273458ecbe6162ad8a8858309e0d
0 commit comments