From 6755684726e12d394bf4982fc2d56357dbff930d Mon Sep 17 00:00:00 2001 From: Justin Collins Date: Thu, 1 Feb 2024 22:54:05 -0800 Subject: [PATCH] Update Docker file to Ruby 3.3 (#1827) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9dcf3f218..2865551b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.0-alpine +FROM ruby:3.3-alpine LABEL maintainer="Justin Collins " WORKDIR /usr/src/app