Skip to content

Commit 656a2c5

Browse files
committed
Fixes issue with Docker recipe.
1 parent 1e59109 commit 656a2c5

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ $command[] = new DevCoding\Jss\Easy\Command\Preferences\CC\BackupCommand();
3131
$command[] = new DevCoding\Jss\Easy\Command\Preferences\CC\TransferCommand();
3232
// Other Commands
3333
$command[] = new DevCoding\Jss\Easy\Command\PrepCommand();
34-
$app = new Application('Jez', 'v4.0.8');
34+
$app = new Application('Jez', 'v4.0.9');
3535
$app->addCommands($command);
3636
$app->run();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"prefer-stable": true,
1818
"minimum-stability": "dev",
19-
"version": "4.0.8",
19+
"version": "4.0.9",
2020
"require": {
2121
"php": ">=7.1",
2222
"ext-json": "*",

dist/jez.phar

881 Bytes
Binary file not shown.

src/Object/Recipe/Docker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function getCurrentVersion()
8585
*/
8686
protected function getReleaseNotes()
8787
{
88-
$url = 'https://docs.docker.com/desktop/mac/release-notes/';
88+
$url = 'https://docs.docker.com/desktop/release-notes/';
8989
$ua = $this->getUserAgent();
9090

9191
if ($resp = (new DownloadHelper())->getUrl($url, null, null, $ua))

0 commit comments

Comments
 (0)