From 88ecf5596f30be6e2ee5aa4ad75c5ffb6c53ed55 Mon Sep 17 00:00:00 2001 From: Anlea Maria Jose <137250561+AnleaMJ@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:31:43 +0530 Subject: [PATCH] Update Dockerfile added compatible ruby version --- action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/Dockerfile b/action/Dockerfile index 4c65e76..09f661a 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.5 +FROM ruby:2.6 RUN bundle config --global frozen 1