Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Oct 17, 2024
1 parent a656ced commit afc5d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit afc5d80

Please sign in to comment.