From f06e958478c4b6babf27951764439e5bc8455409 Mon Sep 17 00:00:00 2001 From: alse Date: Tue, 13 Aug 2019 16:31:58 -0700 Subject: [PATCH] Updating to alpine 3.10 and crontab-ui version bump 0.3.8 --- Dockerfile | 1 + Makefile | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c4df830..0a08dba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apk --no-cache add \ wget \ curl \ nodejs \ + npm \ supervisor COPY supervisord.conf /etc/supervisord.conf diff --git a/Makefile b/Makefile index 5cbdbae..7e767d8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VER=0.3.7 +VER=0.3.8 release: sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json diff --git a/package.json b/package.json index 4ccb2b9..776563a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crontab-ui", - "version": "0.3.7", + "version": "0.3.8", "description": "Easy and safe way to manage your crontab file", "main": "index.js", "scripts": {