@@ -353,19 +353,19 @@ RUN set -eux; \
353353# lazygit v0.58.1 (2026-01-12) - terminal UI for git
354354# Disabled temporarily to reduce Docker build time.
355355# RUN eval "$(/home/opencoder/.local/bin/mise activate bash)" \
356- # && go install github.com/jesseduffield/lazygit@v0.59 .0
356+ # && go install github.com/jesseduffield/lazygit@v0.60 .0
357357
358358# -----------------------------------------------------------------------------
359359# Additional Development Tools
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)
@@ -390,7 +390,7 @@ RUN set -eux; \
390390# shfmt v3.12.0 (2025-07-06) - shell formatter
391391# Disabled temporarily to reduce Docker build time.
392392# RUN eval "$(/home/opencoder/.local/bin/mise activate bash)" \
393- # && go install mvdan.cc/sh/v3/cmd/shfmt@v3.12 .0
393+ # && go install mvdan.cc/sh/v3/cmd/shfmt@v3.13 .0
394394
395395# Install btop system monitor (2026-02-03)
396396# Use BuildKit cache mount for APT package lists and cache
@@ -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.130 cargo-audit@0.22.1 cargo-deny@0.19.0
475475#
476476# # Install mold fast linker (2026-01-22)
477477# USER root
0 commit comments