update deps

This commit is contained in:
Mikaël Cluseau
2026-01-25 21:46:04 +01:00
parent 3f7cd80a96
commit 96f801e27d
2 changed files with 616 additions and 118 deletions

730
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
from rust:1.92.0-alpine as rust
from rust:1.93.0-alpine as rust
run apk add --no-cache git musl-dev libudev-zero-dev openssl-dev cryptsetup-dev lvm2-dev clang-libs clang-dev
@ -14,7 +14,7 @@ run apk add zstd lz4
workdir /system
env VERSION=3.23.0
env VERSION=3.23.2
run . /etc/os-release \
&& wget -O- https://dl-cdn.alpinelinux.org/alpine/v${VERSION%.*}/releases/x86_64/alpine-minirootfs-${VERSION}-x86_64.tar.gz |tar zxv