We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b5902 commit 91fa71aCopy full SHA for 91fa71a
2 files changed
test/Dockerfile.distro
@@ -232,7 +232,7 @@ RUN install-tool pdm 2.26.6
232
# renovate: datasource=pypi
233
RUN install-tool poetry 2.3.2
234
235
-RUN install-tool uv 0.10.10
+RUN install-tool uv 0.10.11
236
237
#--------------------------------------
238
# Image: test-ruby
test/python/Dockerfile.arm64
@@ -95,7 +95,7 @@ RUN install-tool copier 9.14.0
95
FROM test-python AS test-uv
96
97
98
99
100
101
# Image: final
0 commit comments