pull/156/head
parent
ee113b139a
commit
63eb9f451a
|
@ -1,5 +1,5 @@
|
||||||
# docker run -d -p 8000:8000 alseambusher/crontab-ui
|
# docker run -d -p 8000:8000 alseambusher/crontab-ui
|
||||||
FROM alpine:3.10
|
FROM alpine:3.13.5
|
||||||
|
|
||||||
ENV CRON_PATH /etc/crontabs
|
ENV CRON_PATH /etc/crontabs
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VER=0.3.13
|
VER=0.3.15
|
||||||
|
|
||||||
release:
|
release:
|
||||||
sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json
|
sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "crontab-ui",
|
"name": "crontab-ui",
|
||||||
"version": "0.3.14",
|
"version": "0.3.15",
|
||||||
"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": {
|
||||||
|
|
Loading…
Reference in New Issue