Skip to content

Commit 028ba00

Browse files
committed
Bump default version
1 parent 2bba69c commit 028ba00

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
ARG GN_COMMIT=cc28efe62ef0c2fb32455f414a29c4a55bb7fbc4
44

55
# STEP 1
@@ -27,6 +27,7 @@ FROM debian:10 as source
2727
ARG v8_version
2828
RUN \
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 && \

centos-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rockylinux/rockylinux:8
22

3-
ARG v8_version=8.3.110.13
3+
ARG v8_version=11.9.169.7
44
ENV version=$v8_version
55

66
ENV target x86.static

debian-11-arm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:11
22

3-
ARG v8_version=8.3.110.13
3+
ARG v8_version=11.9.169.7
44
ENV version=$v8_version
55

66
ENV target arm64.static

debian-11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:11
22

3-
ARG v8_version=8.3.110.13
3+
ARG v8_version=11.9.169.7
44
ENV version=$v8_version
55

66
ENV target x86.static

debian-12-libcxx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm
22

3-
ARG v8_version=10.2.154.23
3+
ARG v8_version=11.9.169.7
44
ENV version=$v8_version
55

66
ENV target x86.static

debian-9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:9
22

3-
ARG v8_version=8.3.110.13
3+
ARG v8_version=11.9.169.7
44
ENV version=$v8_version
55

66
ENV target x86.static

0 commit comments

Comments
 (0)