From 58cbc4ce3a8574a361dc8b8e009c9bc8512c12df Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 16 Jul 2020 15:00:58 +0300 Subject: [PATCH] Fixed Ruby image name --- app/config/environments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [