From 84e680482f39b884f45dd5961e593719b5c522bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Fri, 25 Oct 2019 20:03:23 -0700 Subject: [PATCH] Update Docker image to Alpine Linux 3.10.3 --- Dockerfile | 2 +- Dockerfile.arm32v6 | 2 +- Dockerfile.arm32v7 | 2 +- Dockerfile.arm64v8 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a6851c867..1eb144472 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10.2 +FROM alpine:3.10.3 VOLUME /var/www/app/data VOLUME /var/www/app/plugins diff --git a/Dockerfile.arm32v6 b/Dockerfile.arm32v6 index 967daafaf..e2056a5ee 100644 --- a/Dockerfile.arm32v6 +++ b/Dockerfile.arm32v6 @@ -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 diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index d6f317dd9..fb1cf7f38 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -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 diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 2d63da833..4675265af 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -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