From 769bc6c5e1675f07e43853d03e2c70452903d917 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:15:47 +0000 Subject: [PATCH] Update Ruby to version 3.2.6 --- .ruby-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 0aec50e6..34cde569 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.4 +3.2.6 diff --git a/Dockerfile b/Dockerfile index 69d470cc..1d3ef2d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.4 +FROM ruby:3.2.6 RUN apt-get update -qq && apt-get install -y # Install node and Yarn RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -