Bugfixes and improvements

* Implemented the --image option
* Implemented the --write-state option to go with --check
* Fixed bug in Lockfile class
This commit is contained in:
2022-03-11 01:55:35 +01:00
parent 66abd9d3c5
commit e77e61d0b0
5 changed files with 85 additions and 13 deletions

View File

@ -7,6 +7,7 @@ if (file_exists(__DIR__."/../src/version.php")) {
require_once __DIR__."/../src/version.php";
} else {
define("APP_VERSION", "DEV");
define("BUILD_DATE", "src");
}
$r = new NoccyLabs\FreshDocker\Refresher();