mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
chore(deps): pin ghcr.io/astral-sh/uv docker tag to 562193a (#16791)
This commit is contained in:
parent
1382b27349
commit
cb489a1aa9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ WORKDIR /usr/src/app
|
|||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends g++
|
||||
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:562193a4a9d398f8aedddcb223e583da394ee735de36b5815f8f1d22cb49be15 /uv /uvx /bin/
|
||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
--mount=type=bind,source=uv.lock,target=uv.lock \
|
||||
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
|
||||
|
|
Loading…
Add table
Reference in a new issue