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