From 91cadbf2283f1be64bf9d1c0240d6b9f2b747d95 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 16 Nov 2023 11:45:07 +0100 Subject: [PATCH] Switch Docker image back to Ruby 3.1 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 16f7de7..6593f04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -# FROM ruby:3.1.4 -FROM ruby:2.7.8 +FROM ruby:3.1.4 WORKDIR /liquorcabinet ENV RACK_ENV=production