File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .04
22
33ARG ZIG=0.13.0
44ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
@@ -60,14 +60,14 @@ RUN make install-libiconv && \
6060 make install-mimalloc
6161
6262# download and install v8
63- RUN curl -L -o libc_v8.a https://github.com/lightpanda-io/zig-v8-fork/releases/download/${ZIG_V8}/libc_v8_${V8}_${OS}_ ${ARCH}.a && \
64- mkdir -p vendor/zig-js-runtime/vendor/v8/${ARCH}-${OS} /release && \
65- mv libc_v8.a vendor/zig-js-runtime/vendor/v8/${ARCH}-${OS} /release/libc_v8.a
63+ RUN curl -L -o libc_v8.a https://github.com/lightpanda-io/zig-v8-fork/releases/download/${ZIG_V8}/libc_v8_${V8}_linux_ ${ARCH}.a && \
64+ mkdir -p vendor/zig-js-runtime/vendor/v8/${ARCH}-linux /release && \
65+ mv libc_v8.a vendor/zig-js-runtime/vendor/v8/${ARCH}-linux /release/libc_v8.a
6666
6767# build release
6868RUN make build
6969
70- FROM ubuntu:22 .04
70+ FROM ubuntu:24 .04
7171
7272# copy ca certificates
7373COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
You can’t perform that action at this time.
0 commit comments