Updating to alpine 3.10 and crontab-ui version bump 0.3.8

pull/107/head v0.3.8
alse 2019-08-13 16:31:58 -07:00
parent 37c5a41e7e
commit f06e958478
3 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ RUN apk --no-cache add \
wget \ wget \
curl \ curl \
nodejs \ nodejs \
npm \
supervisor supervisor
COPY supervisord.conf /etc/supervisord.conf COPY supervisord.conf /etc/supervisord.conf

View File

@ -1,4 +1,4 @@
VER=0.3.7 VER=0.3.8
release: release:
sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json

View File

@ -1,6 +1,6 @@
{ {
"name": "crontab-ui", "name": "crontab-ui",
"version": "0.3.7", "version": "0.3.8",
"description": "Easy and safe way to manage your crontab file", "description": "Easy and safe way to manage your crontab file",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {