Skip to content

Commit b2f84d6

Browse files
Update to 2.4.0, bundler 1.13.7, rubygems 2.6.8
1 parent a684313 commit b2f84d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN set -ex \
5454
\
5555
&& gem update --system "$RUBYGEMS_VERSION"
5656

57-
ENV BUNDLER_VERSION 1.13.6
57+
ENV BUNDLER_VERSION 1.13.7
5858

5959
RUN gem install bundler --version "$BUNDLER_VERSION"
6060

2.4/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN set -ex \
8989
\
9090
&& gem update --system "$RUBYGEMS_VERSION"
9191

92-
ENV BUNDLER_VERSION 1.13.6
92+
ENV BUNDLER_VERSION 1.13.7
9393

9494
RUN gem install bundler --version "$BUNDLER_VERSION"
9595

2.4/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN set -ex \
7676
\
7777
&& gem update --system "$RUBYGEMS_VERSION"
7878

79-
ENV BUNDLER_VERSION 1.13.6
79+
ENV BUNDLER_VERSION 1.13.7
8080

8181
RUN gem install bundler --version "$BUNDLER_VERSION"
8282

0 commit comments

Comments
 (0)