Ruby 3.4.1

This commit is contained in:
Kevin McConnell
2025-01-03 15:15:15 +00:00
parent 7b2bf7b99c
commit 50b803aab1
3 changed files with 23 additions and 23 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.5
ARG RUBY_VERSION=3.4.1
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here