Skip to content

Commit cf4e0ca

Browse files
committed
update to latest stable lambda-rust docker image
1 parent 40f4743 commit cf4e0ca

File tree

4 files changed

+315
-3989
lines changed

4 files changed

+315
-3989
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ⚡ 0.3.1
2+
3+
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.33.0
4+
15
# ⚡ 0.3.0
26

37
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.32.0, fixing a bug where cargo binaries named `bootstrap` weren't getting packaged. Reminder: this plugin renames binaries to `bootstrap` for the lambda runtime for you. You don't have do to this manually in your Cargo configuration. This also introduces an effiency in the way binaries are identified for packaging that may help some windows users.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
const { spawnSync } = require("child_process");
88
const path = require("path");
99

10-
const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.32.0";
10+
const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.33.0";
1111
const RUST_RUNTIME = "rust";
1212
const BASE_RUNTIME = "provided";
1313
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };

0 commit comments

Comments
 (0)