From 7eb234343b6ee8e13719282c920a9f2e565405e9 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Sun, 20 Oct 2024 00:59:17 +0200 Subject: [PATCH] Bump to Chrome 130 in the ARM container (#4304) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fce5740a1f..367bcc9603 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sitespeedio/webbrowsers:chrome-130.0-firefox-131.0-edge-129.0 +FROM sitespeedio/webbrowsers:chrome-130.0-firefox-131.0-edge-129.0-b ARG TARGETPLATFORM=linux/amd64