chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.11

This commit is contained in:
renovate[bot]
2026-03-18 20:13:12 +00:00
committed by Patrick Buckley
parent c7d0bac638
commit 4e4ae2a91d
+1 -1
View File
@@ -8,7 +8,7 @@ FROM python:3.14-slim
LABEL org.opencontainers.image.title="turnstone" \
org.opencontainers.image.description="Multi-node AI orchestration platform"
COPY --from=ghcr.io/astral-sh/uv:0.10.10 /uv /usr/local/bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.10.11 /uv /usr/local/bin/uv
# System dependencies for psycopg (PostgreSQL client library)
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends libpq5 \