Skip to content

Commit

Permalink
chore: relax uv version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
julienc91 committed Nov 11, 2024
1 parent 8dda15d commit 49f6d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM base AS build_dev

WORKDIR /build
COPY pyproject.toml uv.lock ./
RUN pip install uv~=0.4 \
RUN pip install uv \
&& uv sync --extra tests

FROM base AS dev
Expand All @@ -30,7 +30,7 @@ ENV UV_LINK_MODE=copy \

WORKDIR /build
COPY pyproject.toml uv.lock ./
RUN pip install uv~=0.4 \
RUN pip install uv \
&& uv sync --no-dev

FROM base AS prod
Expand Down

0 comments on commit 49f6d6a

Please sign in to comment.