File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2- ARG RUBY_VERSION=3.3.10
2+ ARG RUBY_VERSION=3.3.9
33FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION
Original file line number Diff line number Diff line change 1- 3.3.10
1+ 3.3.9
Original file line number Diff line number Diff line change 88# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
99
1010# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
11- ARG RUBY_VERSION=3.3.10
11+ ARG RUBY_VERSION=3.3.9
1212FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1313
1414# Rails app lives here
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ builder:
8787 #
8888 # # Pass arguments and secrets to the Docker build process
8989 # args:
90- # RUBY_VERSION: 3.3.10
90+ # RUBY_VERSION: 3.3.9
9191 # secrets:
9292 # - GITHUB_TOKEN
9393 # - RAILS_MASTER_KEY
You can’t perform that action at this time.
0 commit comments