Skip to content

Commit ce749b4

Browse files
vlad-ivanov-nameLMG
authored andcommitted
Pin cargo package versions in Dockerfile
Just for the sake of better reproducibility
1 parent b1d923e commit ce749b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ WORKDIR /usr/src/josh
88
COPY . .
99

1010
RUN rustup target add wasm32-unknown-unknown
11-
RUN cargo install wasm-bindgen-cli
12-
RUN cargo install trunk
11+
RUN cargo install --version 0.2.78 wasm-bindgen-cli
12+
RUN cargo install --version 0.14.0 trunk
1313
RUN trunk --config=josh-ui/Trunk.toml build
1414
RUN cargo build -p josh-proxy
1515

0 commit comments

Comments
 (0)