Update to Ruby 3.3.6 (#44)
All checks were successful
Deploy / deploy (push) Successful in 1m40s
All checks were successful
Deploy / deploy (push) Successful in 1m40s
Reviewed-on: #44
This commit is contained in:
parent
8b49e3e261
commit
1ee5937b19
5 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue