Skip to content

Commit 786e241

Browse files
pRizzgithub-actions[bot]
authored andcommitted
chore(docker): update pinned tool versions
1 parent 833190f commit 786e241

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
@@ -365,7 +365,7 @@ RUN set -eux; \
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.127 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

Comments
 (0)