mirror of
https://github.com/friendica/docker
synced 2025-11-18 02:43:33 +01:00
Fixes #262
This commit is contained in:
parent
334f029db3
commit
5743c3db06
1 changed files with 2 additions and 1 deletions
|
|
@ -50,8 +50,9 @@ apcu_version="$(
|
|||
memcached_version="$(
|
||||
git ls-remote --tags https://github.com/php-memcached-dev/php-memcached.git \
|
||||
| cut -d/ -f3 \
|
||||
| grep -vE -- '-rc|-b' \
|
||||
| sed -E 's/^[rv]//' \
|
||||
| grep -viE '[a-z]' \
|
||||
| tr -d '^{}' \
|
||||
| sort -V \
|
||||
| tail -1
|
||||
)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue