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.arm32v7 | |
parent | 91ae1feaa1392e59274b3c813404580dd5a8984f (diff) |
Update Docker image to Alpine 3.10.0
Diffstat (limited to 'Dockerfile.arm32v7')
-rw-r--r-- | Dockerfile.arm32v7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 2f0daa69..df9ca656 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -1,4 +1,4 @@ -FROM arm32v7/alpine:3.9.4 +FROM arm32v7/alpine:3.10.0 VOLUME /var/www/app/data VOLUME /var/www/app/plugins |