Skip to content

Commit 7deda2d

Browse files
committed
pick the latest patch version for ruby 3.3.x
1 parent 3bb6f28 commit 7deda2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CMD ["/sbin/my_init"]
88

99
# customizing passenger-customizable image
1010
RUN /pd_build/ruby-3.3.*.sh
11-
RUN bash -lc 'rvm --default use ruby-3.3.3'
11+
# RUN bash -lc 'rvm --default use ruby-3.3'
1212
RUN /pd_build/redis.sh
1313

1414
# Nodejs

0 commit comments

Comments
 (0)