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

Fixed Ruby image name

This commit is contained in:
Eldad Fux 2020-07-16 15:00:58 +03:00
parent da359b30c6
commit 58cbc4ce3a

View file

@ -19,7 +19,7 @@ return [
'name' => 'Ruby',
'version' => '2.7',
'base' => 'ruby:2.7-alpine',
'image' => 'appwrite/ruby-node:2.7',
'image' => 'appwrite/env-ruby:2.7',
'logo' => 'ruby.png',
],
'python-3.8' => [