Skip to content

Commit bfde305

Browse files
committed
Update docker image to 1.50
1 parent b7b2821 commit bfde305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Then on each platform build with the proper feature flag:
197197
Prepare the container:
198198

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

0 commit comments

Comments
 (0)