mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-23 12:39:24 -07:00
fix: pin uv image tag to 0.9.25 instead of floating 0.6 minor tag
This commit is contained in:
@@ -5,7 +5,7 @@ FROM python:3.12-slim
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install uv (pinned tag to avoid mutable latest)
|
# Install uv (pinned tag to avoid mutable latest)
|
||||||
COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /uvx /usr/local/bin/
|
COPY --from=ghcr.io/astral-sh/uv:0.9.25 /uv /uvx /usr/local/bin/
|
||||||
|
|
||||||
# Create non-root user with home directory and give ownership of /app
|
# Create non-root user with home directory and give ownership of /app
|
||||||
RUN groupadd --gid 1000 appuser && \
|
RUN groupadd --gid 1000 appuser && \
|
||||||
|
|||||||
Reference in New Issue
Block a user