Skip to content

Commit 27f1533

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.10.9
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent f1f8d92 commit 27f1533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.9 /uv /usr/local/bin/uv
1111

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

0 commit comments

Comments
 (0)