Skip to content

Commit

Permalink
Merge pull request #769 from Hi-Windom/v0.35
Browse files Browse the repository at this point in the history
改进 deno 集成 #649
  • Loading branch information
Soltus authored May 31, 2024
2 parents c122d95 + e080069 commit dfad014
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.2210",
"version": "0.35.2220",
"preview": true,
"repository": "https://github.com/Hi-Windom/Sillot",
"publisher": "Hi-Windom",
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ RUN apk add --no-cache gcc musl-dev && \
find /opt/Sillot/ -name .git | xargs rm -rf

FROM alpine:latest
COPY --from=denoland/deno:bin-1.44.0 /deno /Hi-Windom/Sillot/kernel/deno
ENV PATH=$PATH:/Hi-Windom/Sillot/kernel
LABEL maintainer="Soltus<[email protected]>"

WORKDIR /opt/Sillot/
COPY --from=GO_BUILD /opt/Sillot/ /opt/Sillot/
COPY --from=denoland/deno:bin-1.44.0 /deno /opt/Sillot/bin/deno
ENV PATH=$PATH:/opt/Sillot/bin
RUN addgroup --gid 1000 sillot && adduser --uid 1000 --ingroup sillot --disabled-password sillot && apk add --no-cache ca-certificates tzdata && chown -R sillot:sillot /opt/Sillot/

ENV TZ=Asia/Shanghai
Expand Down
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.2210",
"version": "0.35.2220",
"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.2210",
"version": "0.35.2220",
"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.2210",
"version": "0.35.2220",
"description": "汐洛 pnpm 工作区",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit dfad014

Please sign in to comment.