From ec3bad89fec04447427b414c378dec693ab91001 Mon Sep 17 00:00:00 2001 From: Stephen Roettger Date: Wed, 13 Nov 2024 09:21:55 +0100 Subject: [PATCH] [v8ctf] M131 --- 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 abe91299..7a48877b 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-10-18 -RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.58/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip +# This version is to be released on 2024-11-15 +RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.69/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip RUN cd /opt && unzip chrome-linux.zip && rm chrome-linux.zip COPY chal /opt/