Update base image to a supported tag

This commit is contained in:
Fernando Collova
2019-08-03 22:20:25 -03:00
parent 7bf1135a81
commit bf22338c68

View File

@@ -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