Skip to content

Commit

Permalink
Merge pull request #105 from fernandocollova/update_base_image
Browse files Browse the repository at this point in the history
Update base image to a supported tag
  • Loading branch information
alseambusher committed Aug 13, 2019
2 parents 7bf1135 + bf22338 commit 37c5a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 37c5a41

Please sign in to comment.