File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
.ci/start-ci.sh $(image ) $(ARG )
22
22
23
23
pull :
24
- docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g'; done )
24
+ docker pull $(shell grep ' FROM' Dockerfile | sed 's/^FROM//g'; )
Original file line number Diff line number Diff line change @@ -258,11 +258,11 @@ It allows any of the following combinations:
258
258
## Version
259
259
260
260
```
261
- Server version: Apache/2.4.34 (Unix)
262
- Server built: Jul 31 2018 16:48:40
263
- Server's Module Magic Number: 20120211:79
264
- Server loaded: APR 1.5.1 , APR-UTIL 1.5.4
265
- Compiled using: APR 1.5.1 , APR-UTIL 1.5.4
261
+ Server version: Apache/2.4.37 (Unix)
262
+ Server built: Nov 15 2018 23:52:35
263
+ Server's Module Magic Number: 20120211:83
264
+ Server loaded: APR 1.5.2 , APR-UTIL 1.5.4
265
+ Compiled using: APR 1.5.2 , APR-UTIL 1.5.4
266
266
Architecture: 64-bit
267
267
Server MPM: event
268
268
threaded: yes (fixed thread count)
You can’t perform that action at this time.
0 commit comments