Update to 2.4.17

This commit is contained in:
Tianon Gravi 2015-10-14 09:05:09 -07:00
parent f9261633e0
commit 3ea3760ef8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN apt-get update \
# see https://httpd.apache.org/download.cgi#verify # see https://httpd.apache.org/download.cgi#verify
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys A93D62ECC3C8EA12DB220EC934EA76E6791485A8 RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys A93D62ECC3C8EA12DB220EC934EA76E6791485A8
ENV HTTPD_VERSION 2.4.16 ENV HTTPD_VERSION 2.4.17
ENV HTTPD_BZ2_URL https://www.apache.org/dist/httpd/httpd-$HTTPD_VERSION.tar.bz2 ENV HTTPD_BZ2_URL https://www.apache.org/dist/httpd/httpd-$HTTPD_VERSION.tar.bz2
RUN buildDeps=' \ RUN buildDeps=' \