File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
Expand file tree Collapse file tree 6 files changed +7
-6
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
@@ -27,6 +27,7 @@ FROM debian:10 as source
2727ARG v8_version
2828RUN \
2929 set -x && \
30+ sed -i.bak 's@http://deb.debian.org@http://archive.debian.org@g' /etc/apt/sources.list && \
3031 apt-get update && \
3132 apt-get install -y git curl python3 && \
3233 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git /tmp/depot_tools && \
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