Skip to content

Commit 00188e4

Browse files
chore(docker): update pinned tool versions (#3)
Co-authored-by: pRizz <3519085+pRizz@users.noreply.github.com>
1 parent 818115c commit 00188e4

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
@@ -279,7 +279,7 @@ RUN mkdir -p /home/opencode/.cargo/registry /home/opencode/.cargo/git \
279279

280280
# yq v4.50.1 (2025-12-14) - YAML processor
281281
# Disabled temporarily to reduce Docker build time.
282-
# RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.50.1/yq_linux_$(dpkg --print-architecture) -o /home/opencode/.local/bin/yq \
282+
# RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.52.2/yq_linux_$(dpkg --print-architecture) -o /home/opencode/.local/bin/yq \
283283
# && chmod +x /home/opencode/.local/bin/yq
284284

285285
# Install direnv (2026-01-22)
@@ -385,7 +385,7 @@ USER opencode
385385
# # cargo-audit 0.22.0 - security audit
386386
# # cargo-deny 0.19.0 - dependency linter
387387
# RUN . /home/opencode/.cargo/env \
388-
# && cargo install --locked cargo-nextest@0.9.122 cargo-audit@0.22.0 cargo-deny@0.19.0
388+
# && cargo install --locked cargo-nextest@0.9.124 cargo-audit@0.22.0 cargo-deny@0.19.0
389389
#
390390
# # Install mold fast linker (2026-01-22)
391391
# USER root

0 commit comments

Comments
 (0)