mirror of
https://github.com/friendica/docker
synced 2025-02-06 03:29:42 +01:00
Merge pull request #263 from ne20002/issue-262
Retrieve correct version of memcached
This commit is contained in:
commit
a161376c04
1 changed files with 2 additions and 1 deletions
|
@ -50,8 +50,9 @@ apcu_version="$(
|
||||||
memcached_version="$(
|
memcached_version="$(
|
||||||
git ls-remote --tags https://github.com/php-memcached-dev/php-memcached.git \
|
git ls-remote --tags https://github.com/php-memcached-dev/php-memcached.git \
|
||||||
| cut -d/ -f3 \
|
| cut -d/ -f3 \
|
||||||
| grep -vE -- '-rc|-b' \
|
|
||||||
| sed -E 's/^[rv]//' \
|
| sed -E 's/^[rv]//' \
|
||||||
|
| grep -viE '[a-z]' \
|
||||||
|
| tr -d '^{}' \
|
||||||
| sort -V \
|
| sort -V \
|
||||||
| tail -1
|
| tail -1
|
||||||
)"
|
)"
|
||||||
|
|
Loading…
Reference in a new issue