Update Docker image to Alpine 3.10.0

This commit is contained in:
Frédéric Guillot 2019-06-19 21:19:09 -07:00
parent 91ae1feaa1
commit 878c6f29c3
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.9.4
FROM alpine:3.10.0
VOLUME /var/www/app/data
VOLUME /var/www/app/plugins

View File

@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.9.4
FROM arm32v6/alpine:3.10.0
VOLUME /var/www/app/data
VOLUME /var/www/app/plugins

View File

@ -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

View File

@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.9.4
FROM arm64v8/alpine:3.10.0
VOLUME /var/www/app/data
VOLUME /var/www/app/plugins