Update Docker image to Alpine Linux 3.10.3

This commit is contained in:
Frédéric Guillot 2019-10-25 20:03:23 -07:00
parent 0f1f24c3f9
commit 84e680482f
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
FROM arm32v7/alpine:3.10.2
FROM arm32v7/alpine:3.10.3
VOLUME /var/www/app/data
VOLUME /var/www/app/plugins

View File

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