Skip to content

Commit

Permalink
Use Rust 1.38. Fixed wasmerio#970
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary authored Nov 15, 2019
1 parent 4a2eaa4 commit 3cb7a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM circleci/rust:1.33.0-stretch as wasmer-build-env
FROM circleci/rust:1.38.0-stretch as wasmer-build-env
RUN sudo apt-get update && \
sudo apt-get install -y --no-install-recommends \
cmake \
Expand All @@ -22,4 +22,4 @@ RUN cargo build --release
FROM debian:stretch AS wasmer
WORKDIR /root/
COPY --from=wasmer-build /home/circleci/wasmer/target/release/wasmer .
ENTRYPOINT ["./wasmer"]
ENTRYPOINT ["./wasmer"]

0 comments on commit 3cb7a4b

Please sign in to comment.