Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/economics-refresh.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# directly: `error: linker \`cc\` not found` compiling bittensor-drand's
# pyo3 extension under node:22-alpine). Debian's glibc gets the prebuilt
# wheel, no compiler needed, matching the already-proven fetch image.
FROM ghcr.io/astral-sh/uv:0.11.32@sha256:df4cae8f3a96d175e2e5f992e597550000edbe78fdc2594d5cd8de1a217f504c AS uv
FROM ghcr.io/astral-sh/uv:0.12.1@sha256:cf4eedcaa81655197f625739489effcbe71b61ceb1506f332c3facae5deceded AS uv
FROM node:22.23.1-slim
RUN apt-get update && apt-get install -y --no-install-recommends python3 git ca-certificates \
&& rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion deploy/metagraph-fetch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# multi-stage COPY (their documented, recommended pattern for Dockerfiles) --
# NOT curl|sh, which a security scan correctly flagged as an unverified
# remote-installer execution (2026-07-13).
FROM ghcr.io/astral-sh/uv:0.11.32@sha256:df4cae8f3a96d175e2e5f992e597550000edbe78fdc2594d5cd8de1a217f504c AS uv
FROM ghcr.io/astral-sh/uv:0.12.1@sha256:cf4eedcaa81655197f625739489effcbe71b61ceb1506f332c3facae5deceded AS uv
# Pin both the semantic Python/Debian version and the OCI index digest so the
# fetch image has no mutable base-image input. When bumping Python, update the
# tag and digest together (Docker Hub lists this index digest for
Expand Down