Skip to content

chore(docker): update pinned tool versions - #37

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
dockerfile-version-updates
Open

chore(docker): update pinned tool versions#37
github-actions[bot] wants to merge 1 commit into
mainfrom
dockerfile-version-updates

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Dockerfile Tool Version Updates

This PR was automatically generated by the weekly version check workflow.

Changes

diff --git a/packages/core/src/docker/Dockerfile b/packages/core/src/docker/Dockerfile
index d8b6d66..a64ec2e 100644
--- a/packages/core/src/docker/Dockerfile+++ b/packages/core/src/docker/Dockerfile@@ -353,19 +353,19 @@ RUN set -eux; \
# lazygit v0.58.1 (2026-01-12) - terminal UI for git
# Disabled temporarily to reduce Docker build time.
# RUN eval "$(/home/opencoder/.local/bin/mise activate bash)" \
-# && go install github.com/jesseduffield/lazygit@v0.59.0+# && go install github.com/jesseduffield/lazygit@v0.60.0
# -----------------------------------------------------------------------------
# Additional Development Tools
# -----------------------------------------------------------------------------
# fzf v0.67.0 (2025-11-16) - fuzzy finder
# Disabled temporarily to reduce Docker build time.
-# RUN git clone --branch v0.67.0 --depth 1 https://github.com/junegunn/fzf.git /home/opencoder/.fzf \+# RUN git clone --branch v0.70.0 --depth 1 https://github.com/junegunn/fzf.git /home/opencoder/.fzf \
# && /home/opencoder/.fzf/install --all --no-bash --no-fish
# yq v4.50.1 (2025-12-14) - YAML processor
# Disabled temporarily to reduce Docker build time.
-# RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.52.2/yq_linux_$(dpkg --print-architecture) -o /home/opencoder/.local/bin/yq \+# RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.52.4/yq_linux_$(dpkg --print-architecture) -o /home/opencoder/.local/bin/yq \
# && chmod +x /home/opencoder/.local/bin/yq
# Install direnv (2026-01-22)
@@ -390,7 +390,7 @@ RUN set -eux; \
# shfmt v3.12.0 (2025-07-06) - shell formatter
# Disabled temporarily to reduce Docker build time.
# RUN eval "$(/home/opencoder/.local/bin/mise activate bash)" \
-# && go install mvdan.cc/sh/v3/cmd/shfmt@v3.12.0+# && go install mvdan.cc/sh/v3/cmd/shfmt@v3.13.0
# Install btop system monitor (2026-02-03)
# Use BuildKit cache mount for APT package lists and cache
@@ -471,7 +471,7 @@ USER opencoder
# # cargo-audit 0.22.0 - security audit
# # cargo-deny 0.19.0 - dependency linter
# RUN . /home/opencoder/.cargo/env \
-# && cargo install --locked cargo-nextest@0.9.126 cargo-audit@0.22.1 cargo-deny@0.19.0+# && cargo install --locked cargo-nextest@0.9.130 cargo-audit@0.22.1 cargo-deny@0.19.0
#
# # Install mold fast linker (2026-01-22)
# USER root

Version Check Output

Checking Dockerfile tool versions...
Tool Current Latest Status
---- ------- ------ ------
yq v4.52.2 v4.52.4 UPDATE AVAILABLE
fzf v0.67.0 v0.70.0 UPDATE AVAILABLE
act v0.2.84 v0.2.84 up-to-date
lazygit v0.59.0 v0.60.0 UPDATE AVAILABLE
grpcurl v1.9.3 v1.9.3 up-to-date
shfmt v3.12.0 v3.13.0 UPDATE AVAILABLE
ripgrep 15.1.0 15.1.0 up-to-date
eza v0.23.4 v0.23.4 up-to-date
cargo-nextest 0.9.126 0.9.130 UPDATE AVAILABLE
cargo-audit 0.22.1 0.22.1 up-to-date
cargo-deny 0.19.0 0.19.0 up-to-date
Summary: 5 update(s) available
Updates available:
- yq: v4.52.2 -> v4.52.4 (https://github.com/mikefarah/yq/releases/tag/v4.52.4)
- fzf: v0.67.0 -> v0.70.0 (https://github.com/junegunn/fzf/releases/tag/v0.70.0)
- lazygit: v0.59.0 -> v0.60.0 (https://github.com/jesseduffield/lazygit/releases/tag/v0.60.0)
- shfmt: v3.12.0 -> v3.13.0 (https://github.com/mvdan/sh/releases/tag/v3.13.0)
- cargo-nextest: 0.9.126 -> 0.9.130 (https://crates.io/crates/cargo-nextest)
Updates applied to Dockerfile
Review changes with: git diff packages/core/src/docker/Dockerfile

Testing

  • Review version changes
  • Verify no breaking changes in release notes
  • CI Docker build succeeded

Generated by dockerfile-updates workflow

@github-actions
github-actionsBotforce-pushed the dockerfile-version-updates branch 2 times, most recently from 3c0bfd2 to 31389f8CompareMarch 2, 2026 09:19
@github-actions
github-actionsBotforce-pushed the dockerfile-version-updates branch from 31389f8 to e7b8ffeCompareMarch 16, 2026 09:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pRizz