Skip to content

Commit d25bea7

Browse files
committed
Use builder-buster for Ruby 2.0
1 parent 3a9edd0 commit d25bea7

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
@@ -113,7 +113,7 @@ RUN find /build-all-ruby -type f \( -name ruby -o -name '*.so' \) -exec sh -c 'f
113113
# =============================================================================
114114
# Ruby 2.0
115115
# =============================================================================
116-
FROM builder-bullseye AS ruby-2.0
116+
FROM builder-buster AS ruby-2.0
117117
ARG j=numcpu_plus_alpha
118118

119119
COPY versions/2.0.0* /all-ruby/versions/

0 commit comments

Comments
 (0)