From 0f8fd5cc0e112bc4b92209ede61801f738e104a6 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Tue, 6 Feb 2024 09:28:02 -0500 Subject: [PATCH 1/2] chore: Forgot to bump version in lock file --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e9215df..c41d4db4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "multi-scrobbler", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "multi-scrobbler", - "version": "0.6.4", + "version": "0.6.5", "hasInstallScript": true, "license": "MIT", "dependencies": { From c76d4822fe0f836253ec5ed0b728a4102af67375 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Tue, 6 Feb 2024 09:28:22 -0500 Subject: [PATCH 2/2] docs: Fix which host debian image is available for --- docsite/docs/installation/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/docs/installation/installation.md b/docsite/docs/installation/installation.md index 7aea7b78..d5c91869 100644 --- a/docsite/docs/installation/installation.md +++ b/docsite/docs/installation/installation.md @@ -164,7 +164,7 @@ If you encounter networking issues like: * DNS errors (`EAI_AGAIN`) that do no occur consistently * Failures to reach a host that was previously fine (`EHOSTUNREACH`) -there may be an issue with the underlying docker image OS (alpine) that may be solved by switching to a different image. Try switching to a `*-debian` variant tag (only available for ARM hosts) to see if this resolves your issue. IE `multi-scrobbler:latest-debian` or `multi-scrobbler:develop-debian` +there may be an issue with the underlying docker image OS (alpine) that may be solved by switching to a different image. Try switching to a `*-debian` variant tag (only available for x86/x64 hosts) to see if this resolves your issue. IE `multi-scrobbler:latest-debian` or `multi-scrobbler:develop-debian` ## Docker Usage Examples