From edecf3750d294b3658f3c7de8ee377941e027d50 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:47:57 +0000 Subject: [PATCH] Update Ruby to version 3.3.6 --- .ruby-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 34cde5690e..9c25013dbb 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.6 +3.3.6 diff --git a/Dockerfile b/Dockerfile index 53d2b9e0ea..8209798ccf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG CHIPSET=default # Use the correct base image depending on the architecture # For Apple M1 Chip, run: docker build --build-arg CHIPSET=m1 . -FROM ruby:3.2.6-slim AS base_default +FROM ruby:3.3.6-slim AS base_default FROM --platform=linux/amd64 ruby:3.2.5-slim AS base_m1 FROM base_${CHIPSET} AS base