fix docker minimum version

This commit is contained in:
peaklabs-dev
2024-11-12 13:27:26 +01:00
parent 0ce2fbff40
commit 408ba9cc7a
5 changed files with 7 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ class Index extends Component
return redirect()->route('dashboard');
}
$this->minDockerVersion = str(config('constants.docker_install_version'))->before('.');
$this->minDockerVersion = str(config('constants.docker.minimum_required_version'))->before('.');
$this->privateKeyName = generate_random_name();
$this->remoteServerName = generate_random_name();
if (isDev()) {