Skip to content

Commit c0a0b30

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.10.12
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 42cde75 commit c0a0b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ${IMAGE}:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
77
ENV PYTHONWARNINGS="ignore::UserWarning"
88

99
COPY . /src
10-
COPY --from=ghcr.io/astral-sh/uv:0.10.8 /uv /usr/local/bin/uv
10+
COPY --from=ghcr.io/astral-sh/uv:0.10.12 /uv /usr/local/bin/uv
1111

1212
COPY files/data /data
1313
COPY files/change.sh /change.sh

0 commit comments

Comments
 (0)