Skip to content

Commit

Permalink
Check in uv.lock and update uv version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Nov 28, 2024
1 parent fe89be5 commit 5a1c043
Show file tree
Hide file tree
Showing 3 changed files with 1,409 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ COPY . /app

WORKDIR /app

RUN curl -LsSf https://astral.sh/uv/0.4.27/install.sh | sh
RUN curl -LsSf https://astral.sh/uv/0.5.4/install.sh | sh

ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy

Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY . /app

WORKDIR /app

RUN curl -LsSf https://astral.sh/uv/0.4.27/install.sh | sh
RUN curl -LsSf https://astral.sh/uv/0.5.4/install.sh | sh

ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy

Expand Down
Loading

0 comments on commit 5a1c043

Please sign in to comment.