File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Adapted from: https://github.com/humanmade/alpine-v8
2- ARG v8_version=10.8.168.25
2+ ARG v8_version=11.9.169.7
33ARG GN_COMMIT=cc28efe62ef0c2fb32455f414a29c4a55bb7fbc4
44
55# STEP 1
2323# STEP 2
2424# Use depot_tools to fetch the V8 source and dependencies
2525# This requires glibc so we use debian tools
26- FROM debian:10 as source
26+ FROM debian:11 as source
2727ARG v8_version
2828RUN \
2929 set -x && \
Original file line number Diff line number Diff line change 11FROM rockylinux/rockylinux:8
22
3- ARG v8_version=8.3.110.13
3+ ARG v8_version=11.9.169.7
44ENV version=$v8_version
55
66ENV target x86.static
Original file line number Diff line number Diff line change 11FROM debian:11
22
3- ARG v8_version=8.3.110.13
3+ ARG v8_version=11.9.169.7
44ENV version=$v8_version
55
66ENV target arm64.static
Original file line number Diff line number Diff line change 11FROM debian:11
22
3- ARG v8_version=8.3.110.13
3+ ARG v8_version=11.9.169.7
44ENV version=$v8_version
55
66ENV target x86.static
Original file line number Diff line number Diff line change 11FROM debian:bookworm
22
3- ARG v8_version=10.2.154.23
3+ ARG v8_version=11.9.169.7
44ENV version=$v8_version
55
66ENV target x86.static
Original file line number Diff line number Diff line change 11FROM debian:9
22
3- ARG v8_version=8.3.110.13
3+ ARG v8_version=11.9.169.7
44ENV version=$v8_version
55
66ENV target x86.static
You can’t perform that action at this time.
0 commit comments