@whyour/qinglong 0.4.1 → 0.4.2

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.
package/docker/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18-slim-bullseye as nodebuilder
1
+ FROM node:18-slim as nodebuilder
2
2
 
3
3
  FROM python:3.10-slim-bullseye as builder
4
4
  COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whyour/qinglong",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript",
5
5
  "repository": {
6
6
  "type": "git",