From d4fbc86b285205f0d0793461a4e7d5a4fa46e545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B7=E9=80=B8=E7=BB=B4?= <84451807+Dantence@users.noreply.github.com> Date: Sat, 5 Jul 2025 11:07:52 +0800 Subject: [PATCH] fix: docker build (#385) * fix: docker build * modify base docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0d08b0..3c70efc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim +FROM ghcr.io/astral-sh/uv:python3.12-bookworm # Install uv. COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv