File tree Expand file tree Collapse file tree 11 files changed +50
-7
lines changed Expand file tree Collapse file tree 11 files changed +50
-7
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ RUN set -eux; \
6969 patch -p1 -i thread-stack-fix.patch; \
7070 rm thread-stack-fix.patch; \
7171 \
72+ # https://bugs.ruby-lang.org/issues/17723
73+ \
7274# hack in "ENABLE_PATH_CHECK" disabling to suppress:
7375# warning: Insecure world writable dir
7476 { \
Original file line number Diff line number Diff line change 1- FROM alpine:3.12
1+ FROM alpine:3.14
22
33RUN apk add --no-cache \
44 gmp-dev
@@ -69,6 +69,12 @@ RUN set -eux; \
6969 patch -p1 -i thread-stack-fix.patch; \
7070 rm thread-stack-fix.patch; \
7171 \
72+ # https://bugs.ruby-lang.org/issues/17723
73+ wget -O 'autoconf-2.70.patch' 'https://github.com/ruby/ruby/commit/fcc88da5eb162043adcba552646677d2ab5adf55.patch' ; \
74+ echo '62eefa55030788d409003eccd945ccc408f02fe0d71616ed1c1bdcaf7a2f8a54 *autoconf-2.70.patch' | sha256sum --check --strict; \
75+ patch -p1 -i autoconf-2.70.patch; \
76+ rm autoconf-2.70.patch; \
77+ \
7278# hack in "ENABLE_PATH_CHECK" disabling to suppress:
7379# warning: Insecure world writable dir
7480 { \
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ RUN set -eux; \
6868 patch -p1 -i thread-stack-fix.patch; \
6969 rm thread-stack-fix.patch; \
7070 \
71+ # https://bugs.ruby-lang.org/issues/17723
72+ \
7173# hack in "ENABLE_PATH_CHECK" disabling to suppress:
7274# warning: Insecure world writable dir
7375 { \
Original file line number Diff line number Diff line change 1- FROM alpine:3.12
1+ FROM alpine:3.14
22
33RUN apk add --no-cache \
44 gmp-dev
@@ -68,6 +68,12 @@ RUN set -eux; \
6868 patch -p1 -i thread-stack-fix.patch; \
6969 rm thread-stack-fix.patch; \
7070 \
71+ # https://bugs.ruby-lang.org/issues/17723
72+ wget -O 'autoconf-2.70.patch' 'https://github.com/ruby/ruby/commit/fcc88da5eb162043adcba552646677d2ab5adf55.patch' ; \
73+ echo '62eefa55030788d409003eccd945ccc408f02fe0d71616ed1c1bdcaf7a2f8a54 *autoconf-2.70.patch' | sha256sum --check --strict; \
74+ patch -p1 -i autoconf-2.70.patch; \
75+ rm autoconf-2.70.patch; \
76+ \
7177# hack in "ENABLE_PATH_CHECK" disabling to suppress:
7278# warning: Insecure world writable dir
7379 { \
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ RUN set -eux; \
6868 patch -p1 -i thread-stack-fix.patch; \
6969 rm thread-stack-fix.patch; \
7070 \
71+ # https://bugs.ruby-lang.org/issues/17723
72+ \
7173# hack in "ENABLE_PATH_CHECK" disabling to suppress:
7274# warning: Insecure world writable dir
7375 { \
Original file line number Diff line number Diff line change 1- FROM alpine:3.12
1+ FROM alpine:3.14
22
33RUN apk add --no-cache \
44 gmp-dev
@@ -68,6 +68,12 @@ RUN set -eux; \
6868 patch -p1 -i thread-stack-fix.patch; \
6969 rm thread-stack-fix.patch; \
7070 \
71+ # https://bugs.ruby-lang.org/issues/17723
72+ wget -O 'autoconf-2.70.patch' 'https://github.com/ruby/ruby/commit/fcc88da5eb162043adcba552646677d2ab5adf55.patch' ; \
73+ echo '62eefa55030788d409003eccd945ccc408f02fe0d71616ed1c1bdcaf7a2f8a54 *autoconf-2.70.patch' | sha256sum --check --strict; \
74+ patch -p1 -i autoconf-2.70.patch; \
75+ rm autoconf-2.70.patch; \
76+ \
7177# hack in "ENABLE_PATH_CHECK" disabling to suppress:
7278# warning: Insecure world writable dir
7379 { \
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ RUN set -eux; \
6868 patch -p1 -i thread-stack-fix.patch; \
6969 rm thread-stack-fix.patch; \
7070 \
71+ # https://bugs.ruby-lang.org/issues/17723
72+ \
7173# hack in "ENABLE_PATH_CHECK" disabling to suppress:
7274# warning: Insecure world writable dir
7375 { \
Original file line number Diff line number Diff line change 1- FROM alpine:3.12
1+ FROM alpine:3.14
22
33RUN apk add --no-cache \
44 gmp-dev
@@ -68,6 +68,8 @@ RUN set -eux; \
6868 patch -p1 -i thread-stack-fix.patch; \
6969 rm thread-stack-fix.patch; \
7070 \
71+ # https://bugs.ruby-lang.org/issues/17723
72+ \
7173# hack in "ENABLE_PATH_CHECK" disabling to suppress:
7274# warning: Insecure world writable dir
7375 { \
Original file line number Diff line number Diff line change @@ -69,6 +69,12 @@ RUN set -eux; \
6969 patch -p1 -i thread-stack-fix.patch; \
7070 rm thread-stack-fix.patch; \
7171 \
72+ # https://bugs.ruby-lang.org/issues/17723
73+ wget -O 'autoconf-2.70.patch' 'https://github.com/ruby/ruby/commit/fcc88da5eb162043adcba552646677d2ab5adf55.patch'; \
74+ echo '62eefa55030788d409003eccd945ccc408f02fe0d71616ed1c1bdcaf7a2f8a54 *autoconf-2.70.patch' | sha256sum --check --strict; \
75+ patch -p1 -i autoconf-2.70.patch; \
76+ rm autoconf-2.70.patch; \
77+ \
7278# hack in "ENABLE_PATH_CHECK" disabling to suppress:
7379# warning: Insecure world writable dir
7480 { \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ defaultDebianSuite='buster'
1010declare -A debianSuites=(
1111 # [2.7]='buster'
1212)
13- defaultAlpineVersion=' 3.13 '
13+ defaultAlpineVersion=' 3.14 '
1414declare -A alpineVersion=(
1515 # [2.3]='3.8'
1616)
@@ -80,7 +80,7 @@ join() {
8080for version in " ${versions[@]} " ; do
8181 for v in \
8282 {buster,stretch}{,/slim} \
83- alpine{3.13 ,3.12 } \
83+ alpine{3.14 ,3.13 } \
8484 ; do
8585 dir=" $version /$v "
8686 variant=" $( basename " $v " ) "
You can’t perform that action at this time.
0 commit comments