Bump ruby version

This commit is contained in:
Andrew Tomaka 2024-11-26 22:30:20 -05:00
parent 8b49e3e261
commit fc8f764bfc
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 4 additions and 3 deletions

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.3.1
ARG RUBY_VERSION=3.3.6
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here