Skip to content

Commit 00ade5b

Browse files
Update to 2.3.4, bundler 1.15.3, rubygems 2.6.12
1 parent ff427d1 commit 00ade5b

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
@@ -59,7 +59,7 @@ RUN set -ex \
5959
\
6060
&& gem update --system "$RUBYGEMS_VERSION"
6161

62-
ENV BUNDLER_VERSION 1.15.2
62+
ENV BUNDLER_VERSION 1.15.3
6363

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

2.3/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.2
98+
ENV BUNDLER_VERSION 1.15.3
9999

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

2.3/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.2
85+
ENV BUNDLER_VERSION 1.15.3
8686

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

0 commit comments

Comments
 (0)