Skip to content

Commit 9fb658f

Browse files
committed
Avoid Docker trying to use bundler 3
1 parent 8a24b7b commit 9fb658f

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
@@ -6,7 +6,7 @@ WORKDIR /usr/src/docs
66

77
RUN git config --global --add safe.directory /usr/src/docs && git config --global --add safe.directory /usr/src/docs/_sass/brand
88

9-
RUN gem install bundler rake
9+
RUN gem install 'bundler:2.4.22' rake
1010

1111
COPY . ./
1212

0 commit comments

Comments
 (0)