diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-08-21 22:14:04 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-08-21 22:14:04 -0700 |
commit | 2915a2f13d98460f954d4eeca570941392915cd7 (patch) | |
tree | 4014b2bcab9453084083b93b500edab8d9cede75 /Dockerfile | |
parent | 2774d917cf759e574db44135c5a5160e25525527 (diff) |
Update Docker image to Alpine Linux 3.10.2
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM alpine:3.10.1 +FROM alpine:3.10.2 VOLUME /var/www/app/data VOLUME /var/www/app/plugins |