Skip to content

Commit 108e3c2

Browse files
Update to 2.6.8
1 parent 9b48d74 commit 108e3c2

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

2.6/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 2.6
16-
ENV RUBY_VERSION 2.6.7
17-
ENV RUBY_DOWNLOAD_SHA256 f43ead5626202d5432d2050eeab606e547f0554299cc1e5cf573d45670e59611
16+
ENV RUBY_VERSION 2.6.8
17+
ENV RUBY_DOWNLOAD_SHA256 8262e4663169c85787fdc9bfbd04d9eb86eb2a4b56d7f98373a8fcaa18e593eb
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

2.6/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 2.6
16-
ENV RUBY_VERSION 2.6.7
17-
ENV RUBY_DOWNLOAD_SHA256 f43ead5626202d5432d2050eeab606e547f0554299cc1e5cf573d45670e59611
16+
ENV RUBY_VERSION 2.6.8
17+
ENV RUBY_DOWNLOAD_SHA256 8262e4663169c85787fdc9bfbd04d9eb86eb2a4b56d7f98373a8fcaa18e593eb
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

2.6/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 2.6
13-
ENV RUBY_VERSION 2.6.7
14-
ENV RUBY_DOWNLOAD_SHA256 f43ead5626202d5432d2050eeab606e547f0554299cc1e5cf573d45670e59611
13+
ENV RUBY_VERSION 2.6.8
14+
ENV RUBY_DOWNLOAD_SHA256 8262e4663169c85787fdc9bfbd04d9eb86eb2a4b56d7f98373a8fcaa18e593eb
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

2.6/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 2.6
27-
ENV RUBY_VERSION 2.6.7
28-
ENV RUBY_DOWNLOAD_SHA256 f43ead5626202d5432d2050eeab606e547f0554299cc1e5cf573d45670e59611
27+
ENV RUBY_VERSION 2.6.8
28+
ENV RUBY_DOWNLOAD_SHA256 8262e4663169c85787fdc9bfbd04d9eb86eb2a4b56d7f98373a8fcaa18e593eb
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

2.6/stretch/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 2.6
13-
ENV RUBY_VERSION 2.6.7
14-
ENV RUBY_DOWNLOAD_SHA256 f43ead5626202d5432d2050eeab606e547f0554299cc1e5cf573d45670e59611
13+
ENV RUBY_VERSION 2.6.8
14+
ENV RUBY_DOWNLOAD_SHA256 8262e4663169c85787fdc9bfbd04d9eb86eb2a4b56d7f98373a8fcaa18e593eb
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

2.6/stretch/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 2.6
27-
ENV RUBY_VERSION 2.6.7
28-
ENV RUBY_DOWNLOAD_SHA256 f43ead5626202d5432d2050eeab606e547f0554299cc1e5cf573d45670e59611
27+
ENV RUBY_VERSION 2.6.8
28+
ENV RUBY_DOWNLOAD_SHA256 8262e4663169c85787fdc9bfbd04d9eb86eb2a4b56d7f98373a8fcaa18e593eb
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)