mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 01:26:57 +08:00
chore: bump uv to 0.7.x (#20692)
This commit is contained in:
parent
38554c5f3e
commit
4f14d7c0ca
2
.github/actions/setup-uv/action.yml
vendored
2
.github/actions/setup-uv/action.yml
vendored
@ -8,7 +8,7 @@ inputs:
|
|||||||
uv-version:
|
uv-version:
|
||||||
description: UV version to set up
|
description: UV version to set up
|
||||||
required: true
|
required: true
|
||||||
default: '0.6.14'
|
default: '~=0.7.11'
|
||||||
uv-lockfile:
|
uv-lockfile:
|
||||||
description: Path to the UV lockfile to restore cache from
|
description: Path to the UV lockfile to restore cache from
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@ -4,7 +4,7 @@ FROM python:3.12-slim-bookworm AS base
|
|||||||
WORKDIR /app/api
|
WORKDIR /app/api
|
||||||
|
|
||||||
# Install uv
|
# Install uv
|
||||||
ENV UV_VERSION=0.6.14
|
ENV UV_VERSION=0.7.11
|
||||||
|
|
||||||
RUN pip install --no-cache-dir uv==${UV_VERSION}
|
RUN pip install --no-cache-dir uv==${UV_VERSION}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user