Bladeren bron

chore: bump uv to 0.7.x (#20692)

tags/1.4.2
Bowen Liang 4 maanden geleden
bovenliggende
commit
4f14d7c0ca
No account linked to committer's email address
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1
    1
      .github/actions/setup-uv/action.yml
  2. 1
    1
      api/Dockerfile

+ 1
- 1
.github/actions/setup-uv/action.yml Bestand weergeven

@@ -8,7 +8,7 @@ inputs:
uv-version:
description: UV version to set up
required: true
default: '0.6.14'
default: '~=0.7.11'
uv-lockfile:
description: Path to the UV lockfile to restore cache from
required: true

+ 1
- 1
api/Dockerfile Bestand weergeven

@@ -4,7 +4,7 @@ FROM python:3.12-slim-bookworm AS base
WORKDIR /app/api

# Install uv
ENV UV_VERSION=0.6.14
ENV UV_VERSION=0.7.11

RUN pip install --no-cache-dir uv==${UV_VERSION}


Laden…
Annuleren
Opslaan