Skip to content

Commit de088f0

Browse files
authored
Merge pull request #84 from mattrjacobs/GH-83-provided-al2
Updated base runtime to `provided.al2`
2 parents 0e818dd + f7fa4f5 commit de088f0

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)