Ruby 3.4.7 (#1274)

This commit is contained in:
Jeremy Daer
2025-10-09 13:24:01 -07:00
committed by GitHub
parent 0d4a045e1c
commit 0cdf68125d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=3.4.6
ARG RUBY_VERSION=3.4.7
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here