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