Skip to content

Commit 8007651

Browse files
committed
fix rust-lambda docker tag
1 parent 9d99991 commit 8007651

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
@@ -8,7 +8,7 @@ const { spawnSync } = require("child_process");
88
const { homedir } = require("os");
99
const path = require("path");
1010

11-
const DEFAULT_DOCKER_TAG = "0.2.6-rust-1.43.0";
11+
const DEFAULT_DOCKER_TAG = "0.2.7-rust-1.43.0";
1212
const DEFAULT_DOCKER_IMAGE = "softprops/lambda-rust";
1313
const RUST_RUNTIME = "rust";
1414
const BASE_RUNTIME = "provided";

0 commit comments

Comments
 (0)