Skip to content

Commit b649caa

Browse files
committed
Set Ruby 3.3 as the default
1 parent d8a420a commit b649caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bash-completion:
77
SAVE ARTIFACT ./bash_completion
88

99
ruby:
10-
ARG RUBY_VERSION=2.7
10+
ARG RUBY_VERSION=3.3
1111
FROM ruby:$RUBY_VERSION
1212

1313
COPY +bash-completion/bash_completion /usr/src/bash_completion

0 commit comments

Comments
 (0)