From afc5d80e4ce4d1e27bda6803da2f1be376f9e818 Mon Sep 17 00:00:00 2001 From: NextFire Date: Thu, 17 Oct 2024 20:53:36 +0200 Subject: [PATCH] fix docker build --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c66a6ff..536e322 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:python3.12-bookworm +FROM ghcr.io/astral-sh/uv:python3.13-bookworm ENV DEBIAN_FRONTEND=noninteractive @@ -20,10 +20,10 @@ RUN --mount=type=bind,source=pyproject.toml,target=pyproject.toml \ COPY sachi sachi COPY README.md . -COPY LICENSE . RUN --mount=type=bind,source=pyproject.toml,target=pyproject.toml \ --mount=type=bind,source=uv.lock,target=uv.lock \ + --mount=type=bind,source=.git,target=.git \ --mount=type=cache,target=/root/.cache/uv \ uv sync --frozen --no-dev