Skip to content

Commit

Permalink
Merge pull request #778 from Hi-Windom/v0.35
Browse files Browse the repository at this point in the history
集成 jupyter-binder-python #650
  • Loading branch information
Soltus authored May 31, 2024
2 parents d872016 + 5c81fbe commit 98e501e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions/Sillot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sillot",
"displayName": "汐洛 Sillot",
"description": "汐洛彖夲肜矩阵(Sillot T☳Converbenk Matrix)为智慧新彖务服务。此插件为汐洛官方插件,提供多功能一体化集成。",
"version": "0.35.2273",
"version": "0.35.2274",
"preview": true,
"repository": "https://github.com/Hi-Windom/Sillot",
"publisher": "Hi-Windom",
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ LABEL maintainer="Soltus<[email protected]>"
WORKDIR /opt/Sillot/
COPY --from=GO_BUILD /opt/Sillot/ /opt/Sillot/
ENV PATH=$PATH:/opt/Sillot/bin
USER root
RUN sudo addgroup --gid ${USER_UID} sillot && sudo adduser --uid ${USER_UID} --ingroup sillot --disabled-password sillot && sudo apk add --no-cache ca-certificates tzdata && sudo chown -R sillot:sillot /opt/Sillot/
RUN apk add --no-cache ca-certificates tzdata && chown -R sillot:sillot /opt/Sillot/

ENV TZ=Asia/Shanghai
ENV RUN_IN_CONTAINER=true
EXPOSE 58131

USER sillot
ENTRYPOINT [ "/opt/Sillot/kernel" ]
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.35.2273",
"version": "0.35.2274",
"syv": "3.1.0",
"sypv": "[3.0.16]",
"description": "Build Your Eternal Digital Garden",
Expand Down
2 changes: 1 addition & 1 deletion docs/starlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starlight",
"type": "module",
"version": "0.35.2273",
"version": "0.35.2274",
"scripts": {
"test": "echo 'Test your sister day by day'",
"dev": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sillot-workspace",
"version": "0.35.2273",
"version": "0.35.2274",
"description": "汐洛 pnpm 工作区",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 98e501e

Please sign in to comment.