We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8dc80 commit a1b6b83Copy full SHA for a1b6b83
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.6
+RUN install-tool uv 0.11.7
236
237
#--------------------------------------
238
# Image: test-ruby
test/python/Dockerfile.arm64
@@ -95,7 +95,7 @@ RUN install-tool copier 9.14.3
95
FROM test-python AS test-uv
96
97
98
99
100
101
# Image: final
0 commit comments