Skip to content

Commit 0f9b34e

Browse files
committed
[v8ctf] M121 release
1 parent 7fd621c commit 0f9b34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v8ctf/chrome/challenge/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
3131
RUN apt-get update && apt-get install -y unzip
3232

3333
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
34+
# This version is to be released on 2024-01-26
35+
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
3636
RUN cd /opt && unzip chrome-linux.zip && rm chrome-linux.zip
3737

3838
COPY chal /opt/

0 commit comments

Comments
 (0)