diff --git a/Makefile b/Makefile index 66dd332..63c8d96 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ test: .ci/start-ci.sh $(image) $(ARG) pull: - docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g'; done) + docker pull $(shell grep 'FROM' Dockerfile | sed 's/^FROM//g'; ) diff --git a/README.md b/README.md index c11edd3..591f023 100644 --- a/README.md +++ b/README.md @@ -258,11 +258,11 @@ It allows any of the following combinations: ## Version ``` -Server version: Apache/2.4.34 (Unix) -Server built: Jul 31 2018 16:48:40 -Server's Module Magic Number: 20120211:79 -Server loaded: APR 1.5.1, APR-UTIL 1.5.4 -Compiled using: APR 1.5.1, APR-UTIL 1.5.4 +Server version: Apache/2.4.37 (Unix) +Server built: Nov 15 2018 23:52:35 +Server's Module Magic Number: 20120211:83 +Server loaded: APR 1.5.2, APR-UTIL 1.5.4 +Compiled using: APR 1.5.2, APR-UTIL 1.5.4 Architecture: 64-bit Server MPM: event threaded: yes (fixed thread count)