@coana-tech/cli 13.19.14 → 13.19.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +9 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -92458,6 +92458,11 @@ var init_docker_spec = __esm({
|
|
|
92458
92458
|
"use strict";
|
|
92459
92459
|
import_path14 = require("path");
|
|
92460
92460
|
builderSpecs = [
|
|
92461
|
+
{
|
|
92462
|
+
name: "maven-builder",
|
|
92463
|
+
file: (0, import_path14.join)("builders", "maven", "Dockerfile"),
|
|
92464
|
+
isBuilder: true
|
|
92465
|
+
},
|
|
92461
92466
|
{
|
|
92462
92467
|
name: "python-builder",
|
|
92463
92468
|
file: (0, import_path14.join)("builders", "python", "Dockerfile"),
|
|
@@ -92492,6 +92497,9 @@ var init_docker_spec = __esm({
|
|
|
92492
92497
|
jdk19: { JDK_VERSION: "19", ALPINE_COMMUNITY_REPOSITORY_VERSION: "3.19" },
|
|
92493
92498
|
jdk20: { JDK_VERSION: "20", ALPINE_COMMUNITY_REPOSITORY_VERSION: "3.19" },
|
|
92494
92499
|
jdk21: { JDK_VERSION: "21" }
|
|
92500
|
+
},
|
|
92501
|
+
from: {
|
|
92502
|
+
name: "maven-builder"
|
|
92495
92503
|
}
|
|
92496
92504
|
},
|
|
92497
92505
|
{
|
|
@@ -190204,7 +190212,7 @@ var require_version = __commonJS({
|
|
|
190204
190212
|
"use strict";
|
|
190205
190213
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
190206
190214
|
exports2.version = void 0;
|
|
190207
|
-
exports2.version = "13.19.
|
|
190215
|
+
exports2.version = "13.19.16";
|
|
190208
190216
|
}
|
|
190209
190217
|
});
|
|
190210
190218
|
|