fix: change Python base image from alpine to slim-bookworm

This commit is contained in:
samanhappy
2025-04-13 21:31:26 +08:00
parent 8905757c69
commit c5a8cfd88f

View File

@@ -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/