Skip to content

Commit f869cb0

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.12.3
1 parent c7662b0 commit f869cb0

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.3@sha256:2d890623d310b57771ce840f0da5eed5fc6d657da05ffaa45d82797b53fa3abc /uv /usr/local/bin/uv
55

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

0 commit comments

Comments
 (0)