Skip to content

Commit 2ad277a

Browse files
Update to 2.4.0, bundler 1.14.5, rubygems 2.6.10
1 parent aba4590 commit 2ad277a

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.14.4
57+
ENV BUNDLER_VERSION 1.14.5
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
@@ -90,7 +90,7 @@ RUN set -ex \
9090
\
9191
&& gem update --system "$RUBYGEMS_VERSION"
9292

93-
ENV BUNDLER_VERSION 1.14.4
93+
ENV BUNDLER_VERSION 1.14.5
9494

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

2.4/slim/Dockerfile

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

80-
ENV BUNDLER_VERSION 1.14.4
80+
ENV BUNDLER_VERSION 1.14.5
8181

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

0 commit comments

Comments
 (0)