Skip to content

Commit

Permalink
chore(Dcokerfile): change httpd image version
Browse files Browse the repository at this point in the history
  • Loading branch information
goooseman committed Jul 24, 2019
1 parent fb9d758 commit a116430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a116430

Please sign in to comment.