Skip to content

Commit f3fdf43

Browse files
committed
update docker version
1 parent 75178be commit f3fdf43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Install the plugin with npm
1010

1111
```bash
12-
$ npm install [email protected].0
12+
$ npm install [email protected].1
1313
```
1414

1515
💡 This serverless plugin assumes you are building Rustlang lambdas using the [lando](https://github.com/softprops/lando) or [crowbar](https://github.com/ilianaw/rust-crowbar) crates.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ServerlessPlugin {
2121
this.custom = Object.assign(
2222
{
2323
cargoFlags: "",
24-
dockerTag: "0.0.0-rust-1.26.1"
24+
dockerTag: "0.1.0-rust-1.26.1"
2525
},
2626
this.serverless.service.custom && this.serverless.service.custom.rust || {}
2727
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-rust",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Serverless framework plugin for Rustlang applications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)