update ruby version in dockerfile

This commit is contained in:
Andrew Brown 2023-05-01 13:02:11 -07:00
parent ac8ce6aa9b
commit c7053c815e

View File

@ -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"