Skip to content

Commit 39c4d80

Browse files
Update to 2.3.1, bundler 1.13.1, rubygems 2.6.6
1 parent 82016a6 commit 39c4d80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN set -ex \
3838
&& gem update --system $RUBYGEMS_VERSION \
3939
&& rm -r /usr/src/ruby
4040

41-
ENV BUNDLER_VERSION 1.13.0
41+
ENV BUNDLER_VERSION 1.13.1
4242

4343
RUN gem install bundler --version "$BUNDLER_VERSION"
4444

2.3/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN set -ex \
7474
&& gem update --system $RUBYGEMS_VERSION \
7575
&& rm -r /usr/src/ruby
7676

77-
ENV BUNDLER_VERSION 1.13.0
77+
ENV BUNDLER_VERSION 1.13.1
7878

7979
RUN gem install bundler --version "$BUNDLER_VERSION"
8080

2.3/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN set -ex \
6060
&& gem update --system $RUBYGEMS_VERSION \
6161
&& rm -r /usr/src/ruby
6262

63-
ENV BUNDLER_VERSION 1.13.0
63+
ENV BUNDLER_VERSION 1.13.1
6464

6565
RUN gem install bundler --version "$BUNDLER_VERSION"
6666

0 commit comments

Comments
 (0)