Ruby 3.3.5 (#122)

This commit is contained in:
Jeremy Daer
2024-10-21 21:42:51 -07:00
committed by GitHub
parent d2667ba04a
commit 0ea5719431
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 and Gemfile
ARG RUBY_VERSION=3.3.4
ARG RUBY_VERSION=3.3.5
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here