Skip to content

Commit e27e39b

Browse files
authored
Merge pull request rails#52524 from rubys/rm-redundant-comment
remove redundant comment
2 parents 2d0bb93 + af97578 commit e27e39b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

railties/lib/rails/generators/rails/app/templates/Dockerfile.tt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
99

10-
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
11-
1210
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
1311
ARG RUBY_VERSION=<%= gem_ruby_version %>
1412
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base

0 commit comments

Comments
 (0)