There was an error while loading. Please reload this page.
1 parent fed862c commit 879fab4Copy full SHA for 879fab4
1 file changed
.gitlab/tagger/Dockerfile
@@ -1,7 +1,7 @@
1
FROM registry.ddbuild.io/images/mirror/ubuntu:25.04
2
3
# Get uv — manages Python installations on demand, no system Python pinning needed
4
-COPY --from=ghcr.io/astral-sh/uv:0.11.16@sha256:440fd6477af86a2f1b38080c539f1672cd22acb1b1a47e321dba5158ab08864d /uv /usr/local/bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.12.5@sha256:e85be844203885286c60ffad8a858d48afb6c5a5c237ca0e67f12e74b8f174b1 /uv /usr/local/bin/uv
5
6
# Update sources and install required packages
7
RUN apt-get update \
0 commit comments