diff --git a/app/config/environments.php b/app/config/environments.php index 94accd1c19..9ae81db5b0 100644 --- a/app/config/environments.php +++ b/app/config/environments.php @@ -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' => [