Skip to content

Commit e98bec8

Browse files
Update to 2.4.1, bundler 1.14.6, rubygems 2.6.11
1 parent d2e8fbe commit e98bec8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

2.4/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.4
11-
ENV RUBY_VERSION 2.4.0
12-
ENV RUBY_DOWNLOAD_SHA256 3a87fef45cba48b9322236be60c455c13fd4220184ce7287600361319bb63690
11+
ENV RUBY_VERSION 2.4.1
12+
ENV RUBY_DOWNLOAD_SHA256 4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
1313
ENV RUBYGEMS_VERSION 2.6.11
1414

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

2.4/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.4
11-
ENV RUBY_VERSION 2.4.0
12-
ENV RUBY_DOWNLOAD_SHA256 3a87fef45cba48b9322236be60c455c13fd4220184ce7287600361319bb63690
11+
ENV RUBY_VERSION 2.4.1
12+
ENV RUBY_DOWNLOAD_SHA256 4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
1313
ENV RUBYGEMS_VERSION 2.6.11
1414

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

2.4/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.4
23-
ENV RUBY_VERSION 2.4.0
24-
ENV RUBY_DOWNLOAD_SHA256 3a87fef45cba48b9322236be60c455c13fd4220184ce7287600361319bb63690
23+
ENV RUBY_VERSION 2.4.1
24+
ENV RUBY_DOWNLOAD_SHA256 4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
2525
ENV RUBYGEMS_VERSION 2.6.11
2626

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

0 commit comments

Comments
 (0)