Skip to content

Commit

Permalink
Merge pull request #18 from devilbox/release-0.23
Browse files Browse the repository at this point in the history
Release 0.23
  • Loading branch information
cytopia authored Dec 18, 2018
2 parents 65a0f09 + 706849e commit 233bcca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'; )
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 233bcca

Please sign in to comment.