Update base image to a supported tag
parent
7bf1135a81
commit
bf22338c68
|
@ -1,5 +1,5 @@
|
||||||
# docker run -d -p 8000:8000 alseambusher/crontab-ui
|
# 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
|
RUN mkdir /crontab-ui; touch /etc/crontabs/root; chmod +x /etc/crontabs/root
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue