diff --git a/v8ctf/chrome/challenge/Dockerfile b/v8ctf/chrome/challenge/Dockerfile index 6ff4b5e5..bbe61855 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-05-17 -RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.60/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip +# This version is to be released on 2024-06-14 +RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.55/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip RUN cd /opt && unzip chrome-linux.zip && rm chrome-linux.zip COPY chal /opt/