You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
Merge pull request #105 from fernandocollova/update_base_image
Update base image to a supported tag
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user