Skip to content

Commit f7fa4f5

Browse files
committed
Updated base runtime to provided.al2
1 parent 0e818dd commit f7fa4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { mkdirSync, writeFileSync, readFileSync } = require("fs");
1313
const DEFAULT_DOCKER_TAG = "latest";
1414
const DEFAULT_DOCKER_IMAGE = "softprops/lambda-rust";
1515
const RUST_RUNTIME = "rust";
16-
const BASE_RUNTIME = "provided";
16+
const BASE_RUNTIME = "provided.al2";
1717
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };
1818
const MUSL_PLATFORMS = ["darwin", "win32", "linux"];
1919

0 commit comments

Comments
 (0)