Skip to content

Commit 21c98da

Browse files
Update to 2.5.7, rubygems 3.0.3
1 parent 8565a59 commit 21c98da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

2.5/buster/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ RUN set -eux; \
2323
} >> /usr/local/etc/gemrc
2424

2525
ENV RUBY_MAJOR 2.5
26-
ENV RUBY_VERSION 2.5.6
27-
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
26+
ENV RUBY_VERSION 2.5.7
27+
ENV RUBY_DOWNLOAD_SHA256 201870e8f58957d542233fef588b1d76f7bf962fea44dcbd2237f4a5899a3f95
2828
ENV RUBYGEMS_VERSION 3.0.3
2929

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

2.5/stretch/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ RUN set -eux; \
2323
} >> /usr/local/etc/gemrc
2424

2525
ENV RUBY_MAJOR 2.5
26-
ENV RUBY_VERSION 2.5.6
27-
ENV RUBY_DOWNLOAD_SHA256 7601e4b83f4f17bc1affe091502dd465282ffba0761dea57c071ead21b132cee
26+
ENV RUBY_VERSION 2.5.7
27+
ENV RUBY_DOWNLOAD_SHA256 201870e8f58957d542233fef588b1d76f7bf962fea44dcbd2237f4a5899a3f95
2828
ENV RUBYGEMS_VERSION 3.0.3
2929

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

0 commit comments

Comments
 (0)