Skip to content

Commit

Permalink
[v8ctf] M128
Browse files Browse the repository at this point in the history
  • Loading branch information
sroettger committed Sep 18, 2024
1 parent d35192a commit 1c6090d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v8ctf/chrome/challenge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
RUN apt-get update && apt-get install -y unzip

RUN mkdir /home/user
# This version is to be released on 2024-08-23
RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.36/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip
# This version is to be released on 2024-09-20
RUN wget 'https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.58/linux64/chrome-linux64.zip' -O /opt/chrome-linux.zip
RUN cd /opt && unzip chrome-linux.zip && rm chrome-linux.zip

COPY chal /opt/
Expand Down

1 comment on commit 1c6090d

@sroettger
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should've been M129

Please sign in to comment.