Skip to content

Commit 1913ca0

Browse files
Update to 2.2.6, bundler 1.13.6, rubygems 2.6.8
1 parent 9b3ffd5 commit 1913ca0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

2.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN mkdir -p /usr/local/etc \
88
} >> /usr/local/etc/gemrc
99

1010
ENV RUBY_MAJOR 2.2
11-
ENV RUBY_VERSION 2.2.5
12-
ENV RUBY_DOWNLOAD_SHA256 30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3
11+
ENV RUBY_VERSION 2.2.6
12+
ENV RUBY_DOWNLOAD_SHA256 de8e192791cb157d610c48a9a9ff6e7f19d67ce86052feae62b82e3682cc675f
1313
ENV RUBYGEMS_VERSION 2.6.8
1414

1515
# some of ruby's build scripts are written in ruby

2.2/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN mkdir -p /usr/local/etc \
88
} >> /usr/local/etc/gemrc
99

1010
ENV RUBY_MAJOR 2.2
11-
ENV RUBY_VERSION 2.2.5
12-
ENV RUBY_DOWNLOAD_SHA256 30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3
11+
ENV RUBY_VERSION 2.2.6
12+
ENV RUBY_DOWNLOAD_SHA256 de8e192791cb157d610c48a9a9ff6e7f19d67ce86052feae62b82e3682cc675f
1313
ENV RUBYGEMS_VERSION 2.6.8
1414

1515
# some of ruby's build scripts are written in ruby

2.2/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RUN mkdir -p /usr/local/etc \
2020
} >> /usr/local/etc/gemrc
2121

2222
ENV RUBY_MAJOR 2.2
23-
ENV RUBY_VERSION 2.2.5
24-
ENV RUBY_DOWNLOAD_SHA256 30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3
23+
ENV RUBY_VERSION 2.2.6
24+
ENV RUBY_DOWNLOAD_SHA256 de8e192791cb157d610c48a9a9ff6e7f19d67ce86052feae62b82e3682cc675f
2525
ENV RUBYGEMS_VERSION 2.6.8
2626

2727
# some of ruby's build scripts are written in ruby

0 commit comments

Comments
 (0)