File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -360,12 +360,12 @@ RUN set -eux; \
360360# -----------------------------------------------------------------------------
361361# fzf v0.67.0 (2025-11-16) - fuzzy finder
362362# Disabled temporarily to reduce Docker build time.
363- # RUN git clone --branch v0.67 .0 --depth 1 https://github.com/junegunn/fzf.git /home/opencoder/.fzf \
363+ # RUN git clone --branch v0.70 .0 --depth 1 https://github.com/junegunn/fzf.git /home/opencoder/.fzf \
364364# && /home/opencoder/.fzf/install --all --no-bash --no-fish
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.129 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