Skip to content

Commit ec3bad8

Browse files
committed
[v8ctf] M131
1 parent 88077ea commit ec3bad8

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-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
34+
# This version is to be released on 2024-11-15
35+
RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.69/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)