Skip to content

Commit 4941a7e

Browse files
authored
Fix #155 (#156)
1 parent ee113b1 commit 4941a7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# docker run -d -p 8000:8000 alseambusher/crontab-ui
2-
FROM alpine:3.10
2+
FROM alpine:3.13.5
33

44
ENV CRON_PATH /etc/crontabs
55

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=0.3.13
1+
VER=0.3.15
22

33
release:
44
sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crontab-ui",
3-
"version": "0.3.14",
3+
"version": "0.3.15",
44
"description": "Easy and safe way to manage your crontab file",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)