Skip to content

Commit d385c7f

Browse files
chore(deps): update uv-toolchain to v0.11.23
1 parent c6b0748 commit d385c7f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.devcontainer/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV UV_LINK_MODE=copy
55

66
WORKDIR /opt
77

8-
COPY --from=ghcr.io/astral-sh/uv:0.11.21@sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
8+
COPY --from=ghcr.io/astral-sh/uv:0.11.23@sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
99
COPY ./.py-version ./.python-version
1010

1111
RUN apt-get update && apt-get install -y iperf3 libusb-dev

.uv-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.21
1+
0.11.23

python/.devfile/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL summary="devfile jumpstarter developer image"
77
LABEL description="Image with developers tools."
88
LABEL io.k8s.display-name="jumpstarter-developer-universal"
99

10-
COPY --from=ghcr.io/astral-sh/uv:0.11.21@sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
10+
COPY --from=ghcr.io/astral-sh/uv:0.11.23@sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
1111

1212
USER root
1313
COPY .py-version /tmp/.py-version

python/.devfile/Containerfile.client

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM --platform=$BUILDPLATFORM registry.fedoraproject.org/fedora:44 AS builder
2-
COPY --from=ghcr.io/astral-sh/uv:0.11.21@sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
2+
COPY --from=ghcr.io/astral-sh/uv:0.11.23@sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
33
RUN dnf install -y make git && \
44
dnf clean all && \
55
rm -rf /var/cache/dnf
@@ -19,7 +19,7 @@ LABEL summary="devfile jumpstarter developer image"
1919
LABEL description="Devspaces image for consuming jumpstarter as a client"
2020
LABEL io.k8s.display-name="jumpstarter-client-developer"
2121

22-
COPY --from=ghcr.io/astral-sh/uv:0.11.21@sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
22+
COPY --from=ghcr.io/astral-sh/uv:0.11.23@sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
2323

2424
USER root
2525
COPY .py-version /tmp/.py-version

python/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM --platform=$BUILDPLATFORM registry.fedoraproject.org/fedora:44 AS builder
2-
COPY --from=ghcr.io/astral-sh/uv:0.11.21@sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
2+
COPY --from=ghcr.io/astral-sh/uv:0.11.23@sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
33
RUN dnf install -y make git && \
44
dnf clean all && \
55
rm -rf /var/cache/dnf
66

77
FROM registry.fedoraproject.org/fedora:44 AS product
8-
COPY --from=ghcr.io/astral-sh/uv:0.11.21@sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 /uv /uvx /bin/
8+
COPY --from=ghcr.io/astral-sh/uv:0.11.23@sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 /uv /uvx /bin/
99
RUN dnf install -y python3 ustreamer libusb1 android-tools python3-libgpiod curl \
1010
nftables dnsmasq iproute procps-ng tcpdump && \
1111
dnf clean all && \

0 commit comments

Comments
 (0)