Skip to content

Commit 879fab4

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.12.5
1 parent fed862c commit 879fab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/tagger/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.ddbuild.io/images/mirror/ubuntu:25.04
22

33
# 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
4+
COPY --from=ghcr.io/astral-sh/uv:0.12.5@sha256:e85be844203885286c60ffad8a858d48afb6c5a5c237ca0e67f12e74b8f174b1 /uv /usr/local/bin/uv
55

66
# Update sources and install required packages
77
RUN apt-get update \

0 commit comments

Comments
 (0)