File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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.4.2
2+ ARG RUBY_VERSION=3.4.3
33FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION
Original file line number Diff line number Diff line change 1- ruby-3.4.2
1+ ruby-3.4.3
Original file line number Diff line number Diff line change 55# docker run -d -p 80:80 -p 443:443 --name my-app -e RAILS_MASTER_KEY=<value from config/master.key> my-app
66
77# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
8- ARG RUBY_VERSION=3.4.2
8+ ARG RUBY_VERSION=3.4.3
99FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1010
1111# Rails app lives here
Original file line number Diff line number Diff line change @@ -989,4 +989,4 @@ CHECKSUMS
989989 zeitwerk (2.7.2) sha256=842e067cb11eb923d747249badfb5fcdc9652d6f20a1f06453317920fdcd4673
990990
991991BUNDLED WITH
992- 2.6.7
992+ 2.6.8
You can’t perform that action at this time.
0 commit comments