update bundler to 2.3.18

This commit is contained in:
Jeffrey Warren
2022-07-19 15:57:25 -04:00
committed by GitHub
parent 53cbc65381
commit be85ba092e
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ WORKDIR /app
RUN apt-get clean && \
apt-get autoremove -y
ENV BUNDLER_VERSION=2.1.4
ENV BUNDLER_VERSION=2.3.18
RUN gem install --default bundler && \
gem update --system && \
bundle install

View File

@@ -33,7 +33,7 @@ WORKDIR /app
RUN apt-get clean && \
apt-get autoremove -y
ENV BUNDLER_VERSION=2.1.4
ENV BUNDLER_VERSION=2.3.18
RUN gem install --default bundler && \
gem update --system && \
bundle install