Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
bump uv to version 0.5
  • Loading branch information
fabianschoeppach authored Feb 6, 2025
1 parent fb1d5c6 commit 59743df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN adduser \


# Install UV
COPY --from=ghcr.io/astral-sh/uv:0.4 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /bin/uv

RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,source=uv.lock,target=uv.lock \
Expand Down

0 comments on commit 59743df

Please sign in to comment.