Skip to content

Commit

Permalink
Updating to alpine 3.10 and crontab-ui version bump 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alseambusher committed Aug 13, 2019
1 parent 37c5a41 commit f06e958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -12,6 +12,7 @@ RUN apk --no-cache add \
wget \
curl \
nodejs \
npm \
supervisor

COPY supervisord.conf /etc/supervisord.conf
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VER=0.3.7
VER=0.3.8

release:
sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit f06e958

Please sign in to comment.