diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83655af..7a92d06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: id: setup-uv with: # renovate: datasource=pypi dependency=uv - version: "0.4.30" + version: "0.5.1" enable-cache: false - name: Print the installed version run: echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}" diff --git a/Dockerfile b/Dockerfile index 1553d8f..f6453f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # TODO: update Python version with Renovate somehow -FROM ghcr.io/astral-sh/uv:0.4.30-python3.12-alpine AS dependencies +FROM ghcr.io/astral-sh/uv:0.5.1-python3.12-alpine AS dependencies RUN apk add --no-cache git