We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d99991 commit 8007651Copy full SHA for 8007651
index.js
@@ -8,7 +8,7 @@ const { spawnSync } = require("child_process");
8
const { homedir } = require("os");
9
const path = require("path");
10
11
-const DEFAULT_DOCKER_TAG = "0.2.6-rust-1.43.0";
+const DEFAULT_DOCKER_TAG = "0.2.7-rust-1.43.0";
12
const DEFAULT_DOCKER_IMAGE = "softprops/lambda-rust";
13
const RUST_RUNTIME = "rust";
14
const BASE_RUNTIME = "provided";
0 commit comments