Upgrade Ruby version to 3.4.7 (#305)

* Upgrade Ruby version to 3.4.7

* Update Dockerfile as well

---------

Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
LPW
2025-11-09 15:10:51 -05:00
committed by GitHub
parent b28450841e
commit f98858cffc
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
ARG RUBY_VERSION=3.4.4
ARG RUBY_VERSION=3.4.7
FROM ruby:${RUBY_VERSION}-slim-bullseye
ENV DEBIAN_FRONTEND=noninteractive

View File

@@ -1 +1 @@
3.4.4
3.4.7

View File

@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.4.4
ARG RUBY_VERSION=3.4.7
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here

View File

@@ -771,7 +771,7 @@ DEPENDENCIES
webmock
RUBY VERSION
ruby 3.4.4p34
ruby 3.4.7p58
BUNDLED WITH
2.6.7