Skip to content

Commit 9ae0943

Browse files
Update to 2.6.3
1 parent 4d1c8fa commit 9ae0943

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

2.6/alpine3.8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN mkdir -p /usr/local/etc \
1111
} >> /usr/local/etc/gemrc
1212

1313
ENV RUBY_MAJOR 2.6
14-
ENV RUBY_VERSION 2.6.2
15-
ENV RUBY_DOWNLOAD_SHA256 91fcde77eea8e6206d775a48ac58450afe4883af1a42e5b358320beb33a445fa
14+
ENV RUBY_VERSION 2.6.3
15+
ENV RUBY_DOWNLOAD_SHA256 11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1
1616

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

2.6/alpine3.9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN mkdir -p /usr/local/etc \
1111
} >> /usr/local/etc/gemrc
1212

1313
ENV RUBY_MAJOR 2.6
14-
ENV RUBY_VERSION 2.6.2
15-
ENV RUBY_DOWNLOAD_SHA256 91fcde77eea8e6206d775a48ac58450afe4883af1a42e5b358320beb33a445fa
14+
ENV RUBY_VERSION 2.6.3
15+
ENV RUBY_DOWNLOAD_SHA256 11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1
1616

1717
# some of ruby's build scripts are written in ruby
1818
# 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
@@ -8,8 +8,8 @@ RUN mkdir -p /usr/local/etc \
88
} >> /usr/local/etc/gemrc
99

1010
ENV RUBY_MAJOR 2.6
11-
ENV RUBY_VERSION 2.6.2
12-
ENV RUBY_DOWNLOAD_SHA256 91fcde77eea8e6206d775a48ac58450afe4883af1a42e5b358320beb33a445fa
11+
ENV RUBY_VERSION 2.6.3
12+
ENV RUBY_DOWNLOAD_SHA256 11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1
1313

1414
# some of ruby's build scripts are written in ruby
1515
# 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
@@ -21,8 +21,8 @@ RUN mkdir -p /usr/local/etc \
2121
} >> /usr/local/etc/gemrc
2222

2323
ENV RUBY_MAJOR 2.6
24-
ENV RUBY_VERSION 2.6.2
25-
ENV RUBY_DOWNLOAD_SHA256 91fcde77eea8e6206d775a48ac58450afe4883af1a42e5b358320beb33a445fa
24+
ENV RUBY_VERSION 2.6.3
25+
ENV RUBY_DOWNLOAD_SHA256 11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1
2626

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

0 commit comments

Comments
 (0)