Skip to content

Commit df188bb

Browse files
committed
bump lambda-rust version
1 parent 3354354 commit df188bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ custom:
1010
1111
This comes with some new expectations about your local environment. Please see the readme section on local builds for more information.
1212
13-
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to `0.2.7-rust-1.43.0`
13+
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to `0.2.7-rust-1.43.1`
1414
* The docker image used to build artifacts is now configurable though the `custom.rust.dockerImage` `serverless.yml` config setting. The default remains `softprops/lambda-rust` [#65](https://github.com/softprops/serverless-rust/pull/65)
1515
* The docker cli is now configurable via `SLS_DOCKER_CLI` environment variable. The default is the first `docker` that resolves on your operating system's path. [#61](https://github.com/softprops/serverless-rust/pull/61)
1616

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const path = require("path");
1010
const AdmZip = require("adm-zip");
1111
const { mkdirSync, writeFileSync, readFileSync } = require("fs");
1212

13-
const DEFAULT_DOCKER_TAG = "0.2.7-rust-1.43.0";
13+
const DEFAULT_DOCKER_TAG = "0.2.7-rust-1.43.1";
1414
const DEFAULT_DOCKER_IMAGE = "softprops/lambda-rust";
1515
const RUST_RUNTIME = "rust";
1616
const BASE_RUNTIME = "provided";

0 commit comments

Comments
 (0)