From efafd38f6863e75b103912b71148ad61f2d1b69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 6 Dec 2022 10:19:47 +0100 Subject: [PATCH] Update Docker image in CI We need a newer node.js version. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f63ece6..ed52d05 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: branch: - master - name: rspec - image: guildeducation/rails:2.7.2-12.22.0 + image: guildeducation/rails:2.7.2-14.20.0 environment: RAILS_ENV: test commands: