Skip to content

Commit 963e4b0

Browse files
authored
fix: CERT_HAS_EXPIRED, update source URL (#16)
* chore(deps): bump `@types/node` version Signed-off-by: Dwi Siswanto <git@dw1.io> * fix: `CERT_HAS_EXPIRED`, update source `URL` Signed-off-by: Dwi Siswanto <git@dw1.io> --------- Signed-off-by: Dwi Siswanto <git@dw1.io>
1 parent 941099c commit 963e4b0

File tree

173 files changed

+21216
-47233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+21216
-47233
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ function get_slim() {
5454
catch (_a) {
5555
throw new Error(`Could not get the Slim version ${VER}.`);
5656
}
57-
URL = `https://downloads.dockerslim.com/releases/${VER}`;
57+
URL = `https://github.com/slimtoolkit/slim/releases/download/${VER}`;
5858
// Get kernel name and machine architecture.
5959
KERNEL = const_1.os.platform();
6060
MACHINE = const_1.os.arch();
61-
// Determine the target distrubution
61+
// Determine the target distribution
6262
if (KERNEL === 'linux') {
6363
EXT = 'tar.gz';
6464
if (MACHINE === 'x64') {

node_modules/.package-lock.json

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@types/node/LICENSE

100755100644
File mode changed.

node_modules/@types/node/README.md

100755100644
Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)