Install bundler version to match

This commit is contained in:
Ryan W
2022-02-15 12:58:42 -08:00
parent e3e53c343c
commit 35d03ea332
+3
View File
@@ -7,6 +7,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN gem update --system
RUN gem install bundler:2.3.7
WORKDIR /usr/src/app
ENTRYPOINT ["./entrypoint.sh"]