File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ RUN mkdir -p /home/opencode/.cargo/registry /home/opencode/.cargo/git \
279279
280280# yq v4.50.1 (2025-12-14) - YAML processor
281281# Disabled temporarily to reduce Docker build time.
282- # RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.50.1 /yq_linux_$(dpkg --print-architecture) -o /home/opencode/.local/bin/yq \
282+ # RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.52.2 /yq_linux_$(dpkg --print-architecture) -o /home/opencode/.local/bin/yq \
283283# && chmod +x /home/opencode/.local/bin/yq
284284
285285# Install direnv (2026-01-22)
@@ -385,7 +385,7 @@ USER opencode
385385# # cargo-audit 0.22.0 - security audit
386386# # cargo-deny 0.19.0 - dependency linter
387387# RUN . /home/opencode/.cargo/env \
388- # && cargo install --locked cargo-nextest@0.9.122 cargo-audit@0.22.0 cargo-deny@0.19.0
388+ # && cargo install --locked cargo-nextest@0.9.124 cargo-audit@0.22.0 cargo-deny@0.19.0
389389#
390390# # Install mold fast linker (2026-01-22)
391391# USER root
You can’t perform that action at this time.
0 commit comments