Skip to content

Commit 57fbb48

Browse files
authored
Merge pull request #346 from infosiftr/security
[security] Update to 3.0.1, 2.7.3, 2.6.7, 2.5.9
2 parents 1d3efcc + 3904524 commit 57fbb48

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

2.5/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.5
16-
ENV RUBY_VERSION 2.5.8
17-
ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d
16+
ENV RUBY_VERSION 2.5.9
17+
ENV RUBY_DOWNLOAD_SHA256 a87f2fa901408cc77652c1a55ff976695bbe54830ff240e370039eca14b358f0
1818
ENV RUBYGEMS_VERSION 3.0.3
1919

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

2.5/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.5
16-
ENV RUBY_VERSION 2.5.8
17-
ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d
16+
ENV RUBY_VERSION 2.5.9
17+
ENV RUBY_DOWNLOAD_SHA256 a87f2fa901408cc77652c1a55ff976695bbe54830ff240e370039eca14b358f0
1818
ENV RUBYGEMS_VERSION 3.0.3
1919

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

2.5/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.5
13-
ENV RUBY_VERSION 2.5.8
14-
ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d
13+
ENV RUBY_VERSION 2.5.9
14+
ENV RUBY_DOWNLOAD_SHA256 a87f2fa901408cc77652c1a55ff976695bbe54830ff240e370039eca14b358f0
1515
ENV RUBYGEMS_VERSION 3.0.3
1616

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

2.5/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.5
27-
ENV RUBY_VERSION 2.5.8
28-
ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d
27+
ENV RUBY_VERSION 2.5.9
28+
ENV RUBY_DOWNLOAD_SHA256 a87f2fa901408cc77652c1a55ff976695bbe54830ff240e370039eca14b358f0
2929
ENV RUBYGEMS_VERSION 3.0.3
3030

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

2.5/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.5
13-
ENV RUBY_VERSION 2.5.8
14-
ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d
13+
ENV RUBY_VERSION 2.5.9
14+
ENV RUBY_DOWNLOAD_SHA256 a87f2fa901408cc77652c1a55ff976695bbe54830ff240e370039eca14b358f0
1515
ENV RUBYGEMS_VERSION 3.0.3
1616

1717
# 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
@@ -24,8 +24,8 @@ RUN set -eux; \
2424

2525
ENV LANG C.UTF-8
2626
ENV RUBY_MAJOR 2.5
27-
ENV RUBY_VERSION 2.5.8
28-
ENV RUBY_DOWNLOAD_SHA256 0391b2ffad3133e274469f9953ebfd0c9f7c186238968cbdeeb0651aa02a4d6d
27+
ENV RUBY_VERSION 2.5.9
28+
ENV RUBY_DOWNLOAD_SHA256 a87f2fa901408cc77652c1a55ff976695bbe54830ff240e370039eca14b358f0
2929
ENV RUBYGEMS_VERSION 3.0.3
3030

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

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.6
17-
ENV RUBY_DOWNLOAD_SHA256 5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f
16+
ENV RUBY_VERSION 2.6.7
17+
ENV RUBY_DOWNLOAD_SHA256 f43ead5626202d5432d2050eeab606e547f0554299cc1e5cf573d45670e59611
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.6
17-
ENV RUBY_DOWNLOAD_SHA256 5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f
16+
ENV RUBY_VERSION 2.6.7
17+
ENV RUBY_DOWNLOAD_SHA256 f43ead5626202d5432d2050eeab606e547f0554299cc1e5cf573d45670e59611
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.6
14-
ENV RUBY_DOWNLOAD_SHA256 5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f
13+
ENV RUBY_VERSION 2.6.7
14+
ENV RUBY_DOWNLOAD_SHA256 f43ead5626202d5432d2050eeab606e547f0554299cc1e5cf573d45670e59611
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.6
28-
ENV RUBY_DOWNLOAD_SHA256 5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f
27+
ENV RUBY_VERSION 2.6.7
28+
ENV RUBY_DOWNLOAD_SHA256 f43ead5626202d5432d2050eeab606e547f0554299cc1e5cf573d45670e59611
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)