Skip to content

Commit f1db8ca

Browse files
committed
lock rubygems version for Docker image
Latest rubygems release for 3.1.0 vendors bundler 2.1.0 creating compatibilty issues. Lock for now until all relates issues can be addressed.
1 parent 7679083 commit f1db8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN apk add --no-cache \
2727
zlib-dev \
2828
ncurses-dev \
2929
git \
30-
&& echo "gem: --no-ri --no-rdoc" > /etc/gemrc \
31-
&& gem update --system \
30+
&& echo "gem: --no-document" > /etc/gemrc \
31+
&& gem update --system 3.0.6 \
3232
&& bundle install --clean --no-cache --system $BUNDLER_ARGS \
3333
# temp fix for https://github.com/bundler/bundler/issues/6680
3434
&& rm -rf /usr/local/bundle/cache \

0 commit comments

Comments
 (0)