Skip to content

Commit 924602d

Browse files
Update to 2.4.9, rubygems 3.0.3
1 parent d6c1778 commit 924602d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

2.4/alpine3.10/Dockerfile

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

1414
ENV RUBY_MAJOR 2.4
15-
ENV RUBY_VERSION 2.4.8
16-
ENV RUBY_DOWNLOAD_SHA256 a2a8f53ef14b891821dbbf67b081d7b9e223007a347000ff4a86a226a4708272
15+
ENV RUBY_VERSION 2.4.9
16+
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
1717
ENV RUBYGEMS_VERSION 3.0.3
1818

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

2.4/alpine3.9/Dockerfile

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

1414
ENV RUBY_MAJOR 2.4
15-
ENV RUBY_VERSION 2.4.8
16-
ENV RUBY_DOWNLOAD_SHA256 a2a8f53ef14b891821dbbf67b081d7b9e223007a347000ff4a86a226a4708272
15+
ENV RUBY_VERSION 2.4.9
16+
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
1717
ENV RUBYGEMS_VERSION 3.0.3
1818

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

2.4/buster/Dockerfile

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

1111
ENV RUBY_MAJOR 2.4
12-
ENV RUBY_VERSION 2.4.8
13-
ENV RUBY_DOWNLOAD_SHA256 a2a8f53ef14b891821dbbf67b081d7b9e223007a347000ff4a86a226a4708272
12+
ENV RUBY_VERSION 2.4.9
13+
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
1414
ENV RUBYGEMS_VERSION 3.0.3
1515

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

2.4/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.4
26-
ENV RUBY_VERSION 2.4.8
27-
ENV RUBY_DOWNLOAD_SHA256 a2a8f53ef14b891821dbbf67b081d7b9e223007a347000ff4a86a226a4708272
26+
ENV RUBY_VERSION 2.4.9
27+
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
2828
ENV RUBYGEMS_VERSION 3.0.3
2929

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

2.4/stretch/Dockerfile

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

1111
ENV RUBY_MAJOR 2.4
12-
ENV RUBY_VERSION 2.4.8
13-
ENV RUBY_DOWNLOAD_SHA256 a2a8f53ef14b891821dbbf67b081d7b9e223007a347000ff4a86a226a4708272
12+
ENV RUBY_VERSION 2.4.9
13+
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
1414
ENV RUBYGEMS_VERSION 3.0.3
1515

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

2.4/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.4
26-
ENV RUBY_VERSION 2.4.8
27-
ENV RUBY_DOWNLOAD_SHA256 a2a8f53ef14b891821dbbf67b081d7b9e223007a347000ff4a86a226a4708272
26+
ENV RUBY_VERSION 2.4.9
27+
ENV RUBY_DOWNLOAD_SHA256 0c4e000253ef7187feeb940a01a1c7594f28d63aa16f978e892a0e2864f58614
2828
ENV RUBYGEMS_VERSION 3.0.3
2929

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

0 commit comments

Comments
 (0)