Skip to content

Commit 4ff5706

Browse files
committed
Bump default version
1 parent 2bba69c commit 4ff5706

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
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
@@ -23,7 +23,7 @@ RUN \
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
2727
ARG v8_version
2828
RUN \
2929
set -x && \

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)