Update to 2.4.18

This commit is contained in:
Tianon Gravi 2015-12-14 11:16:25 -08:00
parent 01bbb88480
commit 1f1f7d39d5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,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.17 ENV HTTPD_VERSION 2.4.18
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=' \