From 9cbcc774c9d278d5b4bbd957ff3ca78bf23cfa45 Mon Sep 17 00:00:00 2001 From: Luiz Picolo Date: Thu, 7 Oct 2021 20:34:07 -0400 Subject: [PATCH] Bumped Ruby Version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d585c7..3aa560b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7.1 +FROM ruby:2.7.2 RUN apt-get update && apt-get install -y RUN apt-get install -y nodejs sqlite3