From c7053c815e9b979bb0de86dcd19bfd07e4f503cd Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 1 May 2023 13:02:11 -0700 Subject: [PATCH] update ruby version in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47f023a1..c65a0f5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # manually is the preferred setup for Notebook.ai instances. # The image to build from. -FROM ruby:2.7.6 +FROM ruby:3.2.1 # Properties/labels for the image. LABEL maintainer="Notebook.ai Contributors"