Skip to content

Commit a9b6441

Browse files
Apply suggestions from code review
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 07065b7 commit a9b6441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/ruby/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Although the Dockerfile is generated automatically, understanding its purpose an
5151

5252
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
5353
ARG RUBY_VERSION=3.4.7
54-
FROM <your-namespace>/dhi-ruby:$RUBY_VERSION AS base
54+
FROM <your-namespace>/dhi-ruby:$RUBY_VERSION-dev AS base
5555

5656
# Rails app lives here
5757
WORKDIR /rails

0 commit comments

Comments
 (0)