We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d923e commit ce749b4Copy full SHA for ce749b4
Dockerfile
@@ -8,8 +8,8 @@ WORKDIR /usr/src/josh
8
COPY . .
9
10
RUN rustup target add wasm32-unknown-unknown
11
-RUN cargo install wasm-bindgen-cli
12
-RUN cargo install trunk
+RUN cargo install --version 0.2.78 wasm-bindgen-cli
+RUN cargo install --version 0.14.0 trunk
13
RUN trunk --config=josh-ui/Trunk.toml build
14
RUN cargo build -p josh-proxy
15
0 commit comments