We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c216ac commit e38e1a6Copy full SHA for e38e1a6
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
id: setup-uv
22
with:
23
# renovate: datasource=pypi dependency=uv
24
- version: "0.5.6"
+ version: "0.5.7"
25
enable-cache: false
26
- name: Print the installed version
27
run: echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}"
Dockerfile
@@ -1,5 +1,5 @@
1
# TODO: update Python version with Renovate somehow
2
-FROM ghcr.io/astral-sh/uv:0.5.6-python3.12-alpine AS dependencies
+FROM ghcr.io/astral-sh/uv:0.5.7-python3.12-alpine AS dependencies
3
4
RUN apk add --no-cache git
5
0 commit comments