There was an error while loading. Please reload this page.
1 parent c7662b0 commit f869cb0Copy full SHA for f869cb0
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.3@sha256:2d890623d310b57771ce840f0da5eed5fc6d657da05ffaa45d82797b53fa3abc /uv /usr/local/bin/uv
5
6
# Update sources and install required packages
7
RUN apt-get update \
0 commit comments