Skip to content

Commit a826529

Browse files
chore(docker): update pinned tool versions (#28)
Co-authored-by: pRizz <3519085+pRizz@users.noreply.github.com>
1 parent 252ea13 commit a826529

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/src/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ RUN set -eux; \
350350
# lazygit v0.58.1 (2026-01-12) - terminal UI for git
351351
# Disabled temporarily to reduce Docker build time.
352352
# RUN eval "$(/home/opencoder/.local/bin/mise activate bash)" \
353-
# && go install github.com/jesseduffield/lazygit@v0.58.1
353+
# && go install github.com/jesseduffield/lazygit@v0.59.0
354354

355355
# -----------------------------------------------------------------------------
356356
# Additional Development Tools
@@ -468,7 +468,7 @@ USER opencoder
468468
# # cargo-audit 0.22.0 - security audit
469469
# # cargo-deny 0.19.0 - dependency linter
470470
# RUN . /home/opencoder/.cargo/env \
471-
# && cargo install --locked cargo-nextest@0.9.124 cargo-audit@0.22.0 cargo-deny@0.19.0
471+
# && cargo install --locked cargo-nextest@0.9.126 cargo-audit@0.22.1 cargo-deny@0.19.0
472472
#
473473
# # Install mold fast linker (2026-01-22)
474474
# USER root

0 commit comments

Comments
 (0)