Skip to content

Commit 5fccac5

Browse files
Update to 3.0.2
1 parent 108e3c2 commit 5fccac5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

3.0/alpine3.12/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN set -eux; \
1313

1414
ENV LANG C.UTF-8
1515
ENV RUBY_MAJOR 3.0
16-
ENV RUBY_VERSION 3.0.1
17-
ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
16+
ENV RUBY_VERSION 3.0.2
17+
ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
1818

1919
# some of ruby's build scripts are written in ruby
2020
# we purge system ruby later to make sure our final image uses what we just built

3.0/alpine3.13/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN set -eux; \
1313

1414
ENV LANG C.UTF-8
1515
ENV RUBY_MAJOR 3.0
16-
ENV RUBY_VERSION 3.0.1
17-
ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
16+
ENV RUBY_VERSION 3.0.2
17+
ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
1818

1919
# some of ruby's build scripts are written in ruby
2020
# we purge system ruby later to make sure our final image uses what we just built

3.0/buster/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN set -eux; \
1010

1111
ENV LANG C.UTF-8
1212
ENV RUBY_MAJOR 3.0
13-
ENV RUBY_VERSION 3.0.1
14-
ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
13+
ENV RUBY_VERSION 3.0.2
14+
ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
1515

1616
# some of ruby's build scripts are written in ruby
1717
# we purge system ruby later to make sure our final image uses what we just built

3.0/buster/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RUN set -eux; \
2424

2525
ENV LANG C.UTF-8
2626
ENV RUBY_MAJOR 3.0
27-
ENV RUBY_VERSION 3.0.1
28-
ENV RUBY_DOWNLOAD_SHA256 d06bccd382d03724b69f674bc46cd6957ba08ed07522694ce44b9e8ffc9c48e2
27+
ENV RUBY_VERSION 3.0.2
28+
ENV RUBY_DOWNLOAD_SHA256 570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40
2929

3030
# some of ruby's build scripts are written in ruby
3131
# we purge system ruby later to make sure our final image uses what we just built

0 commit comments

Comments
 (0)