Browse Source

⬆️ Update Dockerfile to use uv version 0.5.11 (#1454)

pull/13907/head
Alejandra 7 months ago
committed by GitHub
parent
commit
846dd9e81a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      backend/Dockerfile

2
backend/Dockerfile

@ -6,7 +6,7 @@ WORKDIR /app/
# Install uv
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
COPY --from=ghcr.io/astral-sh/uv:0.4.15 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /uvx /bin/
# Place executables in the environment at the front of the path
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#using-the-environment

Loading…
Cancel
Save