Don't default RUBY_VERSION arg
Some checks failed
Ruby CI / test (pull_request) Successful in 21s
Deploy / deploy (push) Failing after 35s

This commit is contained in:
Andrew Tomaka 2025-06-16 22:53:09 -04:00
parent be3b11e264
commit 61916a8a27
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -7,7 +7,7 @@
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=3.4.1
ARG RUBY_VERSION
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here