We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee113b1 commit 4941a7eCopy full SHA for 4941a7e
Dockerfile
@@ -1,5 +1,5 @@
1
# docker run -d -p 8000:8000 alseambusher/crontab-ui
2
-FROM alpine:3.10
+FROM alpine:3.13.5
3
4
ENV CRON_PATH /etc/crontabs
5
Makefile
@@ -1,4 +1,4 @@
-VER=0.3.13
+VER=0.3.15
release:
sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json
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",
6
"scripts": {
0 commit comments