Skip to content

Commit 7a8aee4

Browse files
committed
fix: Dockerfile -t 22.9
1 parent c9b5518 commit 7a8aee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ RUN cd deps/rocksdb/rocksdb && make libzstd.a && \
2727
cp libzstd.a /usr/lib/x86_64-linux-gnu/
2828

2929
# This will build rocksdb (deps/rocksdb/rocksdb.gyp) and then the rocks-level bindings (binding.gyp)
30-
RUN yarn && npx prebuildify --napi --strip --arch x64
30+
RUN yarn && npx prebuildify -t 22.9.0 --napi --strip --arch x64

0 commit comments

Comments
 (0)