From a1164300478bb88b95ccb8b1d1a242d496ef2d12 Mon Sep 17 00:00:00 2001 From: Alexander Gusev Date: Wed, 24 Jul 2019 17:15:54 +0300 Subject: [PATCH] chore(Dcokerfile): change httpd image version --- Dockerfile.arm32v7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index cfbba43b..3a8f48ea 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -41,7 +41,7 @@ RUN mkdir -p /builds && mkdir -p /builds/gosu \ -FROM arm32v7/httpd:2.4.33 +FROM arm32v7/httpd:2.4.39 # BE CAREFULL the arm32v7/httpd image MUST match the version of debian used to build aria2. otherwise shared library versions might not be the same. # A better approach will be to build static version of aria2.