Skip to content

Commit

Permalink
Update docker image to 1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Feb 23, 2021
1 parent b7b2821 commit bfde305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Then on each platform build with the proper feature flag:
Prepare the container:

```sh
❯ docker run -it --rm --name rustbuilder -v "$PWD":/usr/src/myapp -w /usr/src/myapp rust:1.47.0 /bin/bash
❯ docker run -it --rm --name rustbuilder -v "$PWD":/usr/src/myapp -w /usr/src/myapp rust:1.50.0 /bin/bash
❯ apt-get update
❯ apt-get install clang
❯ rustup component add rustfmt
Expand Down

0 comments on commit bfde305

Please sign in to comment.