1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

chore: update geo db

This commit is contained in:
Torsten Dittmann 2022-06-27 14:16:35 +02:00
parent fa0af50d02
commit 4d2101b092
4 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ ENV DEBUG=$DEBUG
ENV PHP_REDIS_VERSION=5.3.7 \
PHP_MONGODB_VERSION=1.13.0 \
PHP_SWOOLE_VERSION=v4.8.9 \
PHP_SWOOLE_VERSION=v4.8.10 \
PHP_IMAGICK_VERSION=3.7.0 \
PHP_YAML_VERSION=2.2.2 \
PHP_MAXMINDDB_VERSION=v1.11.0

Binary file not shown.

View file

@ -557,7 +557,7 @@ $register->set('smtp', function () {
return $mail;
});
$register->set('geodb', function () {
return new Reader(__DIR__ . '/db/DBIP/dbip-country-lite-2022-03.mmdb');
return new Reader(__DIR__ . '/db/DBIP/dbip-country-lite-2022-06.mmdb');
});
$register->set('db', function () {
// This is usually for our workers or CLI commands scope