From f7d0969121c397a6ed79cd288dc8b9fa2679583b Mon Sep 17 00:00:00 2001 From: lispking Date: Sun, 14 Jan 2024 21:09:09 +0800 Subject: [PATCH] ! fixed build failed issue --- buildpack.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 8b9fffc..29788da 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -45,9 +45,7 @@ api = "0.8" id = "node" licenses = ["0BSD", "Apache-2.0", "Artistic-2.0", "BSD-2-Clause", "BSD-3-Clause", "BSD-4-Clause", "BSD-Source-Code", "CC0-1.0", "ECL-2.0", "ICU", "MIT", "MIT-0", "SHL-0.5", "SHL-0.51", "Unicode-TOU"] name = "Node Engine" - purl = "pkg:generic/node@v20.10.0?checksum=3fe4ec5d70c8b4ffc1461dec83ab23fc70124e137c4cbbe1ccc9d6ae6ec04a7d&download_url=https://nodejs.org/dist/v20.10.0/node-v20.10.0-linux-x64.tar.xz" - source = "https://nodejs.org/dist/v20.10.0/node-v20.10.0-linux-x64.tar.xz" - source-checksum = "sha256:3fe4ec5d70c8b4ffc1461dec83ab23fc70124e137c4cbbe1ccc9d6ae6ec04a7d" + purl = "pkg:generic/node@v20.10.0" stacks = ["io.buildpacks.stacks.jammy", "*"] strip-components = 1 uri = "https://nodejs.org/dist/v20.10.0/node-v20.10.0-linux-x64.tar.xz"