Update docker images to Alpine 3.21

This commit is contained in:
Alejandro Celaya
2024-12-12 08:51:23 +01:00
parent 88c283952c
commit 9e34183901
5 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ class GeolocationDbUpdater implements GeolocationDbUpdaterInterface
}
$lock = $this->locker->createLock(self::LOCK_NAME);
$lock->acquire(true); // Block until lock is released
$lock->acquire(blocking: true);
try {
return $this->downloadIfNeeded($downloadProgressHandler);