We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88077ea commit ec3bad8Copy full SHA for ec3bad8
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 2024-10-18
35
-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
36
RUN cd /opt && unzip chrome-linux.zip && rm chrome-linux.zip
37
38
COPY chal /opt/
0 commit comments