Skip to content

Commit 1e3813d

Browse files
correctly install uv
1 parent d85955a commit 1e3813d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

config/docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
4848
python3.13-dev \
4949
python3.13-venv \
5050
rsync \
51-
uv \
52-
zstd
51+
zstd \
52+
&& \
53+
curl -LsSf https://astral.sh/uv/install.sh | sh
5354

5455
# Copy source code
5556
COPY ./ /ballistica

config/flatpak/net.froemling.bombsquad.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ modules:
8484
- install -Dm755 uv ${FLATPAK_DEST}/bin/uv
8585
sources:
8686
- type: archive
87-
url: https://github.com/astral-sh/uv/releases/download/0.4.4/uv-x86_64-unknown-linux-gnu.tar.gz
88-
sha256: f6ce55a81a3ac5ba6ce0e7c950f3d2ba0c9e8adae24a3a1cf49dd5fd23c75ed9
87+
url: https://github.com/astral-sh/uv/releases/download/0.11.12/uv-x86_64-unknown-linux-gnu.tar.gz
88+
sha256: 9acdecddacba550ee616c02bb4616d894352022550c5977524556fd5077ce1d4
8989
strip-components: 1
9090
cleanup:
9191
- "*"

0 commit comments

Comments
 (0)