mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
fix: change Python base image from alpine to slim-bookworm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13-alpine AS base
|
||||
FROM python:3.13-slim-bookworm AS base
|
||||
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user