Update to 3.7.13, Erlang/OTP 21.3.1, OpenSSL 1.1.1b
This commit is contained in:
parent
fe180abbbc
commit
064d595490
|
|
@ -22,10 +22,10 @@ ENV OPENSSL_SOURCE_SHA256="5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15
|
||||||
ENV OPENSSL_PGP_KEY_ID="0x8657ABB260F056B1E5190839D9C4D26D0E604491"
|
ENV OPENSSL_PGP_KEY_ID="0x8657ABB260F056B1E5190839D9C4D26D0E604491"
|
||||||
|
|
||||||
# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
|
# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
|
||||||
ENV OTP_VERSION 21.3
|
ENV OTP_VERSION 21.3.1
|
||||||
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
|
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
|
||||||
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
|
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
|
||||||
ENV OTP_SOURCE_SHA256="64a6eea6c1dc2353ad80e29ef57f6ec4192c91478ac2b854d0417b6b2bf4d9bf"
|
ENV OTP_SOURCE_SHA256="ff6d8a70c81b7e8c5e46b98d351456c3e0bd54517855cb620fc54e2816083bf1"
|
||||||
|
|
||||||
# Install dependencies required to build Erlang/OTP from source
|
# Install dependencies required to build Erlang/OTP from source
|
||||||
# http://erlang.org/doc/installation_guide/INSTALL.html
|
# http://erlang.org/doc/installation_guide/INSTALL.html
|
||||||
|
|
|
||||||
|
|
@ -25,10 +25,10 @@ ENV OPENSSL_SOURCE_SHA256="5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15
|
||||||
ENV OPENSSL_PGP_KEY_ID="0x8657ABB260F056B1E5190839D9C4D26D0E604491"
|
ENV OPENSSL_PGP_KEY_ID="0x8657ABB260F056B1E5190839D9C4D26D0E604491"
|
||||||
|
|
||||||
# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
|
# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
|
||||||
ENV OTP_VERSION 21.3
|
ENV OTP_VERSION 21.3.1
|
||||||
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
|
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
|
||||||
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
|
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
|
||||||
ENV OTP_SOURCE_SHA256="64a6eea6c1dc2353ad80e29ef57f6ec4192c91478ac2b854d0417b6b2bf4d9bf"
|
ENV OTP_SOURCE_SHA256="ff6d8a70c81b7e8c5e46b98d351456c3e0bd54517855cb620fc54e2816083bf1"
|
||||||
|
|
||||||
# Install dependencies required to build Erlang/OTP from source
|
# Install dependencies required to build Erlang/OTP from source
|
||||||
# http://erlang.org/doc/installation_guide/INSTALL.html
|
# http://erlang.org/doc/installation_guide/INSTALL.html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue