Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 62e7561

Browse files
committed
Merge branch 'master' of github.com:triggermesh/aws-custom-runtime
2 parents b5fcd06 + 6bd8f44 commit 62e7561

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
@@ -37,7 +37,7 @@ cd aws-lambda-rust-runtime
3737

3838
2. Build binary and rename it to `bootstrap`:
3939
```
40-
docker run --rm --user "$(id -u)":"$(id -g)" -v "$PWD":/usr/src/myapp -w /usr/src/myapp rust:1.30.0 cargo build -p lambda_runtime --example basic --release
40+
docker run --rm --user "$(id -u)":"$(id -g)" -v "$PWD":/usr/src/myapp -w /usr/src/myapp rust:1.31.0 cargo build -p lambda_runtime --example basic --release
4141
mv target/release/examples/basic target/release/examples/bootstrap
4242
```
4343

0 commit comments

Comments
 (0)