Skip to content

Commit bcc3e68

Browse files
authored
Merge pull request #795 from Hi-Windom/v0.35
集成 jupyter-binder-python #650
2 parents fb26ada + 568d352 commit bcc3e68

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.vscode/extensions/Sillot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sillot",
33
"displayName": "汐洛 Sillot",
44
"description": "汐洛彖夲肜矩阵(Sillot T☳Converbenk Matrix)为智慧新彖务服务。此插件为汐洛官方插件,提供多功能一体化集成。",
5-
"version": "0.35.2290",
5+
"version": "0.35.2291",
66
"preview": true,
77
"repository": "https://github.com/Hi-Windom/Sillot",
88
"publisher": "Hi-Windom",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WORKDIR /Hi-Windom/Sillot/
2424
COPY --from=NODE_BUILD /Hi-Windom/Sillot/ /Hi-Windom/Sillot/
2525
ENV GO111MODULE=on
2626
ENV CGO_ENABLED=1
27-
RUN apt-get install -y --no-install-recommends gcc musl-dev && \
27+
RUN apt-get install -y --no-install-recommends build-essential && \
2828
cd kernel && go build --tags fts5 -v -ldflags "-s -w -X github.com/Hi-Windom/Sillot/kernel/util.Mode=prod" && \
2929
mkdir /opt/Sillot/ && \
3030
rm /Hi-Windom/Sillot/app/appearance/langs/zh_CHT.json && \

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sillot",
3-
"version": "0.35.2290",
3+
"version": "0.35.2291",
44
"syv": "3.1.0",
55
"sypv": "[3.0.16]",
66
"description": "Build Your Eternal Digital Garden",

docs/starlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "starlight",
33
"type": "module",
4-
"version": "0.35.2290",
4+
"version": "0.35.2291",
55
"scripts": {
66
"test": "echo 'Test your sister day by day'",
77
"dev": "astro dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Sillot-workspace",
3-
"version": "0.35.2290",
3+
"version": "0.35.2291",
44
"description": "汐洛 pnpm 工作区",
55
"packageManager": "pnpm@9.1.4",
66
"scripts": {

0 commit comments

Comments
 (0)