@whyour/qinglong 2.20.2-1 → 2.20.2-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,7 +86,8 @@ RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && \
86
86
 
87
87
  ENV PNPM_HOME=${QL_DIR}/data/dep_cache/node \
88
88
  PYTHON_HOME=${QL_DIR}/data/dep_cache/python3 \
89
- PYTHONUSERBASE=${QL_DIR}/data/dep_cache/python3
89
+ PYTHONUSERBASE=${QL_DIR}/data/dep_cache/python3 \
90
+ HOME=/root
90
91
 
91
92
  ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${PNPM_HOME}:${PYTHON_HOME}/bin:${HOME}/bin \
92
93
  NODE_PATH=/usr/local/bin:/usr/local/lib/node_modules:${PNPM_HOME}/global/5/node_modules \
package/docker/Dockerfile CHANGED
@@ -86,7 +86,8 @@ RUN git clone --depth=1 -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} && \
86
86
 
87
87
  ENV PNPM_HOME=${QL_DIR}/data/dep_cache/node \
88
88
  PYTHON_HOME=${QL_DIR}/data/dep_cache/python3 \
89
- PYTHONUSERBASE=${QL_DIR}/data/dep_cache/python3
89
+ PYTHONUSERBASE=${QL_DIR}/data/dep_cache/python3 \
90
+ HOME=/root
90
91
 
91
92
  ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${PNPM_HOME}:${PYTHON_HOME}/bin:${HOME}/bin \
92
93
  NODE_PATH=/usr/local/bin:/usr/local/lib/node_modules:${PNPM_HOME}/global/5/node_modules \
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whyour/qinglong",
3
3
  "packageManager": "pnpm@8.3.1",
4
- "version": "2.20.2-1",
4
+ "version": "2.20.2-3",
5
5
  "description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript",
6
6
  "repository": {
7
7
  "type": "git",