Update to Ruby 3.4.1 (#583)

* Update to Ruby 3.4.1
This commit is contained in:
Ryan Williams
2025-01-19 16:30:26 -08:00
committed by GitHub
parent 28d9055a11
commit 1846c9b69d
6 changed files with 49 additions and 30 deletions
+1 -1
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.3.6
ARG RUBY_VERSION=3.4.1
FROM docker.io/library/ruby:$RUBY_VERSION-slim as base
# OS Level Dependencies