From 63e2f9f7915ac463c50f27fcb0d59e1523d8998f Mon Sep 17 00:00:00 2001 From: Amatsugu Date: Sun, 14 Dec 2025 16:07:53 -0500 Subject: [PATCH] update dockerfile --- AobaServer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AobaServer/Dockerfile b/AobaServer/Dockerfile index 17a4602..4e5cd9d 100644 --- a/AobaServer/Dockerfile +++ b/AobaServer/Dockerfile @@ -22,7 +22,7 @@ RUN apt install -y protobuf-compiler libprotobuf-dev ffmpeg # Install `dx` RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash -RUN cargo binstall dioxus-cli --root /.cargo -y --force +RUN cargo binstall dioxus-cli@0.6.3 --root /.cargo -y --force ENV PATH="/.cargo/bin:$PATH" ARG VERSION ENV APP_VERSION=$VERSION