Skip to content

Commit 2d9bb5e

Browse files
chore(deps): update uv-toolchain to v0.11.23
1 parent 96a6c7b commit 2d9bb5e

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,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM ghcr.io/astral-sh/uv:0.11.21@sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 AS uv-bin
1+
FROM --platform=$BUILDPLATFORM ghcr.io/astral-sh/uv:0.11.23@sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 AS uv-bin
22
FROM --platform=$BUILDPLATFORM registry.fedoraproject.org/fedora:44 AS builder
33
COPY --from=uv-bin /uv /uvx /bin/
44
RUN dnf install -y make git && \
@@ -20,7 +20,7 @@ LABEL summary="devfile jumpstarter developer image"
2020
LABEL description="Devspaces image for consuming jumpstarter as a client"
2121
LABEL io.k8s.display-name="jumpstarter-client-developer"
2222

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

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

python/Containerfile

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

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

0 commit comments

Comments
 (0)