From ee45d38206967f69006c9e4e8b34b6466e6a22d0 Mon Sep 17 00:00:00 2001 From: Stephen Roettger Date: Fri, 19 Apr 2024 10:08:12 +0200 Subject: [PATCH] [v8ctf] update to M124 --- v8ctf/chrome/challenge/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v8ctf/chrome/challenge/Dockerfile b/v8ctf/chrome/challenge/Dockerfile index 9a7ba7b1..5ff3e87b 100644 --- a/v8ctf/chrome/challenge/Dockerfile +++ b/v8ctf/chrome/challenge/Dockerfile @@ -31,8 +31,8 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key RUN apt-get update && apt-get install -y unzip RUN mkdir /home/user -# This version is to be released on 2024-03-22 -RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip +# This version is to be released on 2024-04-19 +RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.60/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip RUN cd /opt && unzip chrome-linux.zip && rm chrome-linux.zip COPY chal /opt/