File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ RUN set -eux; \
365365
366366# yq v4.50.1 (2025-12-14) - YAML processor
367367# Disabled temporarily to reduce Docker build time.
368- # RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.52.2 /yq_linux_$(dpkg --print-architecture) -o /home/opencoder/.local/bin/yq \
368+ # RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.52.4 /yq_linux_$(dpkg --print-architecture) -o /home/opencoder/.local/bin/yq \
369369# && chmod +x /home/opencoder/.local/bin/yq
370370
371371# Install direnv (2026-01-22)
@@ -471,7 +471,7 @@ USER opencoder
471471# # cargo-audit 0.22.0 - security audit
472472# # cargo-deny 0.19.0 - dependency linter
473473# RUN . /home/opencoder/.cargo/env \
474- # && cargo install --locked cargo-nextest@0.9.126 cargo-audit@0.22.1 cargo-deny@0.19.0
474+ # && cargo install --locked cargo-nextest@0.9.127 cargo-audit@0.22.1 cargo-deny@0.19.0
475475#
476476# # Install mold fast linker (2026-01-22)
477477# USER root
You can’t perform that action at this time.
0 commit comments