Skip to content

Commit 418fbc9

Browse files
committed
[v8ctf] M134
1 parent d8412c5 commit 418fbc9

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