File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-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=18.8 .0
9
+ ARG NODE_VERSION=18.13 .0
10
10
11
11
COPY sums/v${NODE_VERSION}.sum /code/sums/
12
12
COPY libexec/download-node /code/libexec/
Original file line number Diff line number Diff line change 1
1
module Libv8 ; end
2
2
3
3
module Libv8 ::Node
4
- VERSION = '18.8 .0.0' . freeze
5
- NODE_VERSION = '18.8 .0' . freeze
6
- LIBV8_VERSION = '10.2.154.13 ' . freeze # from v8/include/v8-version.h
4
+ VERSION = '18.13 .0.0' . freeze
5
+ NODE_VERSION = '18.13 .0' . freeze
6
+ LIBV8_VERSION = '10.2.154.23 ' . freeze # from v8/include/v8-version.h
7
7
end
Original file line number Diff line number Diff line change
1
+ 61ae68446438c2479e466d551b6e8c898097d56722957b1a8466ec8476a590d2
2
+
You can’t perform that action at this time.
0 commit comments