From fe62857ee26b3a6ce0cd2bcf8dd624968b72e8ff Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 27 May 2024 07:54:33 +0900 Subject: [PATCH] CI: Update Ruby version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17cd2948..f372eb00 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt update && \ apt install -y make build-essential git bzip2 wget zlib1g-dev libgdbm-dev libreadline-dev libffi-dev RUN git clone --depth 1 https://github.com/rbenv/ruby-build.git && \ - cd ruby-build/bin && ./ruby-build 3.0.6 /usr/local + cd ruby-build/bin && ./ruby-build 3.0.7 /usr/local RUN mkdir /tmp/gruff WORKDIR /tmp/gruff