Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 9, 2026

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 f9cdebb..b5ecbe8 100644
--- a/packages/core/src/docker/Dockerfile
+++ b/packages/core/src/docker/Dockerfile
@@ -306,7 +306,7 @@ RUN --mount=type=cache,id=cargo-registry-${TARGETARCH},target=/home/opencoder/.c
 # 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.58.1
+#     && go install github.com/jesseduffield/lazygit@v0.59.0
 
 # -----------------------------------------------------------------------------
 # Additional Development Tools
@@ -424,7 +424,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.124 cargo-audit@0.22.0 cargo-deny@0.19.0
+#     && cargo install --locked cargo-nextest@0.9.126 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.2      up-to-date
fzf                  v0.67.0      v0.67.0      up-to-date
act                  v0.2.84      v0.2.84      up-to-date
lazygit              v0.58.1      v0.59.0      UPDATE AVAILABLE
grpcurl              v1.9.3       v1.9.3       up-to-date
shfmt                v3.12.0      v3.12.0      up-to-date
ripgrep              15.1.0       15.1.0       up-to-date
eza                  0.23.4       0.23.4       up-to-date
cargo-nextest        0.9.124      0.9.126      UPDATE AVAILABLE
cargo-audit          0.22.0       0.22.1       UPDATE AVAILABLE
cargo-deny           0.19.0       0.19.0       up-to-date

Summary: 3 update(s) available

Updates available:
- lazygit: v0.58.1 -> v0.59.0 (https://github.com/jesseduffield/lazygit/releases/tag/v0.59.0)
- cargo-nextest: 0.9.124 -> 0.9.126 (https://crates.io/crates/cargo-nextest)
- cargo-audit: 0.22.0 -> 0.22.1 (https://crates.io/crates/cargo-audit)

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

Sign up for free to 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