diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-06-19 21:19:09 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-06-19 21:19:09 -0700 |
commit | 878c6f29c356871a43493eea9e2eaf0368a8ec6a (patch) | |
tree | 2bb71c91ef860122f7b14b7fdc9455eca0ead447 /Dockerfile | |
parent | 91ae1feaa1392e59274b3c813404580dd5a8984f (diff) |
Update Docker image to Alpine 3.10.0
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM alpine:3.9.4 +FROM alpine:3.10.0 VOLUME /var/www/app/data VOLUME /var/www/app/plugins |