From d9223c794d3b81e01607cdb46fb4c0cddec7f4aa Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 25 Apr 2026 07:30:35 -0400 Subject: [PATCH] build: move to ruby 3.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b82749..54c8b3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM cimg/ruby:3.3-node +FROM cimg/ruby:3.4-node ENV XAR_VERSION="2.0.0" USER root