Merge pull request #105 from fernandocollova/update_base_image

Update base image to a supported tag
This commit is contained in:
Suresh Alse
2019-08-13 16:22:00 -07:00
committed by GitHub

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