We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd621c commit 0f9b34eCopy full SHA for 0f9b34e
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-01-12
35
-RUN wget 'https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.71/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip
+# This version is to be released on 2024-01-26
+RUN wget 'https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/121.0.6167.85/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