Skip to content

Commit f1fefb2

Browse files
committed
Fixed definition path
1 parent 676d976 commit f1fefb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN rake -j ${j} all-3.3
105105
COPY versions/3.4* /all-ruby/versions/
106106
RUN rake -j ${j} all-3.4
107107

108-
COPY versions/3.4* /all-ruby/versions/
108+
COPY versions/3.5* /all-ruby/versions/
109109
RUN rake -j ${j} 3.5.0-preview1
110110

111111
COPY lib/* /all-ruby/lib/

0 commit comments

Comments
 (0)