2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 13:57:07 +01:00
This commit is contained in:
ne20002 2024-08-27 16:45:16 +00:00
commit 5743c3db06
No known key found for this signature in database

View file

@ -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
)" )"