From b18a647d0abc08d2860243478e0c50c8d40c26f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 13 Jan 2025 21:18:53 +0100 Subject: [PATCH 1/2] Update Alpine instructions (#7156) While trying to set up code-server on Alpine, I ran into build errors. To solve them, I had to add Kerberos development libs. Also, it looks like npm config doesn't work in recent version of Node and doesn't seem to be necessary. These instructions were tested in the Docker `node:20-alpine` image. --- docs/npm.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/npm.md b/docs/npm.md index 46fa5d02f505..d300cfa5bd55 100644 --- a/docs/npm.md +++ b/docs/npm.md @@ -62,8 +62,7 @@ Proceed to [installing](#installing) ## Alpine ```bash -apk add alpine-sdk bash libstdc++ libc6-compat -npm config set python python3 +apk add alpine-sdk bash libstdc++ libc6-compat python3 krb5-dev ``` Proceed to [installing](#installing) From b60985e53bb97ad570f5b30c07efbb59c56a7508 Mon Sep 17 00:00:00 2001 From: Olivier Benz Date: Mon, 13 Jan 2025 21:37:17 +0100 Subject: [PATCH 2/2] Update Code to 1.96.3 (#7164) --- lib/vscode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vscode b/lib/vscode index fabdb6a30b49..91fbdddc47bc 160000 --- a/lib/vscode +++ b/lib/vscode @@ -1 +1 @@ -Subproject commit fabdb6a30b49f79a7aba0f2ad9df9b399473380f +Subproject commit 91fbdddc47bc9c09064bf7acf133d22631cbf083