Skip to content

Commit

Permalink
Merge pull request #43 from appwrite/fix-runtime-version
Browse files Browse the repository at this point in the history
fix: ruby runtime version
  • Loading branch information
eldadfux authored Feb 20, 2022
2 parents 8971c41 + e25f816 commit 5021856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runtimes/Runtimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct()

$ruby = new Runtime('ruby', 'Ruby');
$ruby->addVersion('3.0', 'ruby:3.0-alpine', 'openruntimes/ruby:3.0', [System::X86, System::ARM]);
$ruby->addVersion('3.0', 'ruby:3.1-alpine', 'openruntimes/ruby:3.1', [System::X86, System::ARM]);
$ruby->addVersion('3.1', 'ruby:3.1-alpine', 'openruntimes/ruby:3.1', [System::X86, System::ARM]);
$this->runtimes['ruby'] = $ruby;

$python = new Runtime('python', 'Python');
Expand Down

0 comments on commit 5021856

Please sign in to comment.