Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

SERVO_GIT_HASH=$(git ls-remote https://github.com/servo/servo.git --branches refs/heads/main | awk '{ print $1}')
GITHUB_ACTIONS_RUNNER_VERSION="2.331.0"
GITHUB_ACTIONS_RUNNER_VERSION="2.332.0"
MITMPROXY_VERSION="12.2.1"
RUST_VERSION="1.91.0"
UV_VERSION="0.9.28"
Expand Down
2 changes: 1 addition & 1 deletion docker/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update && apt install -y curl build-essential
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
| sh -s -- -y --default-toolchain stable \
--profile=minimal
RUN /root/.cargo/bin/cargo install hitrace-bench --version 0.11
RUN /root/.cargo/bin/cargo install hitrace-bench --version 0.11.3

FROM hos_commandline_tools:${HOS_COMMANDLINE_TOOLS_VERSION} AS commandline_tools

Expand Down