Skip to content

Commit c5693b2

Browse files
Update to 2.1.10, bundler 1.15.1, rubygems 2.6.12
1 parent 82b764e commit c5693b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN set -ex \
5959
\
6060
&& gem update --system "$RUBYGEMS_VERSION"
6161

62-
ENV BUNDLER_VERSION 1.15.0
62+
ENV BUNDLER_VERSION 1.15.1
6363

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

2.1/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN set -ex \
9595
\
9696
&& gem update --system "$RUBYGEMS_VERSION"
9797

98-
ENV BUNDLER_VERSION 1.15.0
98+
ENV BUNDLER_VERSION 1.15.1
9999

100100
RUN gem install bundler --version "$BUNDLER_VERSION"
101101

2.1/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN set -ex \
8282
\
8383
&& gem update --system "$RUBYGEMS_VERSION"
8484

85-
ENV BUNDLER_VERSION 1.15.0
85+
ENV BUNDLER_VERSION 1.15.1
8686

8787
RUN gem install bundler --version "$BUNDLER_VERSION"
8888

0 commit comments

Comments
 (0)