🐳 chore: Update newer uv version in Dockerfile (#10237)

* chore: Update uv version in Dockerfile

* chore: fix the path for uv
This commit is contained in:
Émilien (perso) 2025-11-27 18:28:48 +01:00 committed by Danny Avila
parent 0ce4ead4bb
commit 1f1d349527
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956

View file

@ -11,7 +11,7 @@ RUN apk add --no-cache python3 py3-pip uv
ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
# Add `uv` for extended MCP support
COPY --from=ghcr.io/astral-sh/uv:0.6.13 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:0.9.5-python3.12-alpine /usr/local/bin/uv /usr/local/bin/uvx /bin/
RUN uv --version
RUN mkdir -p /app && chown node:node /app