Skip to content

Commit

Permalink
Fix #155 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
alseambusher committed May 22, 2021
1 parent ee113b1 commit 4941a7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# docker run -d -p 8000:8000 alseambusher/crontab-ui
FROM alpine:3.10
FROM alpine:3.13.5

ENV CRON_PATH /etc/crontabs

Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VER=0.3.13
VER=0.3.15

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.14",
"version": "0.3.15",
"description": "Easy and safe way to manage your crontab file",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4941a7e

Please sign in to comment.