diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-07-09 16:31:54 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-07-09 16:31:54 -0700 |
commit | 196ccb21319a23f394b703348fa1062ba7a3e14e (patch) | |
tree | 4da9b58e61e47edda502801eb419ed72dd1e553f /Dockerfile | |
parent | a39cb11f520d84bf8298e0f1aa82aabd81779117 (diff) |
Update Docker image to Alpine Linux 3.8
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.8 VOLUME /var/www/app/data VOLUME /var/www/app/plugins |