diff --git a/Dockerfile b/Dockerfile index 6f8030b..c4df830 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # docker run -d -p 8000:8000 alseambusher/crontab-ui -FROM alpine:3.5 +FROM alpine:3.10 RUN mkdir /crontab-ui; touch /etc/crontabs/root; chmod +x /etc/crontabs/root