update dockerfile
All checks were successful
Build and Push Image / build-and-push (push) Successful in 3m41s

This commit is contained in:
2025-12-14 16:07:53 -05:00
parent 8964d1c069
commit 63e2f9f791

View File

@@ -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