From b14ba7b75ae0b1c07010a414786807c4ce7acdc3 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 27 Aug 2020 14:50:58 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 4e08bff..0b7bc2f 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: ruby - commands: - - ruby -v \ No newline at end of file + image: ruby:latest + commands: + - ruby -v \ No newline at end of file