From c5a8cfd88f984344aef6bb4a788bea098a96230c Mon Sep 17 00:00:00 2001 From: samanhappy Date: Sun, 13 Apr 2025 21:31:26 +0800 Subject: [PATCH] fix: change Python base image from alpine to slim-bookworm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c15086b..86049af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/