diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index dae96aab5..a4ffa06dc 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -23,7 +23,7 @@ concurrency: group: backend-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true env: - DEFAULT_UV_VERSION: "0.9.x" + DEFAULT_UV_VERSION: "0.10.x" NLTK_DATA: "/usr/share/nltk_data" jobs: test: diff --git a/Dockerfile b/Dockerfile index a92614b0d..d8c87a812 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN set -eux \ # Purpose: Installs s6-overlay and rootfs # Comments: # - Don't leave anything extra in here either -FROM ghcr.io/astral-sh/uv:0.9.29-python3.12-trixie-slim AS s6-overlay-base +FROM ghcr.io/astral-sh/uv:0.10.0-python3.12-trixie-slim AS s6-overlay-base WORKDIR /usr/src/s6