We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1869199 commit 1641771Copy full SHA for 1641771
2 files changed
test/Dockerfile.distro
@@ -206,7 +206,7 @@ RUN install-tool pdm 2.26.6
206
# renovate: datasource=pypi
207
RUN install-tool poetry 2.3.2
208
209
-RUN install-tool uv 0.9.30
+RUN install-tool uv 0.10.0
210
211
#--------------------------------------
212
# Image: test-ruby
test/python/Dockerfile.arm64
@@ -95,7 +95,7 @@ RUN install-tool copier 9.11.3
95
FROM test-python AS test-uv
96
97
98
99
100
101
# Image: final
0 commit comments