🐳 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:
committed by
Danny Avila
parent
0ce4ead4bb
commit
1f1d349527
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user