We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8412c5 commit 418fbc9Copy full SHA for 418fbc9
v8ctf/chrome/challenge/Dockerfile
@@ -31,8 +31,8 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
31
RUN apt-get update && apt-get install -y unzip
32
33
RUN mkdir /home/user
34
-# This version is to be released on 2025-02-21
35
-RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/133.0.6943.53/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip
+# This version is to be released on 2025-03-07
+RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.35/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip
36
RUN cd /opt && unzip chrome-linux.zip && rm chrome-linux.zip
37
38
COPY chal /opt/
0 commit comments