Skip to content

Commit 233bcca

Browse files
authored
Merge pull request #18 from devilbox/release-0.23
Release 0.23
2 parents 65a0f09 + 706849e commit 233bcca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ test:
2121
.ci/start-ci.sh $(image) $(ARG)
2222

2323
pull:
24-
docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g'; done)
24+
docker pull $(shell grep 'FROM' Dockerfile | sed 's/^FROM//g'; )

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@ It allows any of the following combinations:
258258
## Version
259259

260260
```
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
266266
Architecture: 64-bit
267267
Server MPM: event
268268
threaded: yes (fixed thread count)

0 commit comments

Comments
 (0)