Update 4.0 to otp 26.2.5.5
This commit is contained in:
parent
ff0bdcfd8c
commit
471ed1c648
|
|
@ -31,10 +31,10 @@ ENV OPENSSL_SOURCE_SHA256="2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da11
|
||||||
# https://www.openssl.org/source/
|
# https://www.openssl.org/source/
|
||||||
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
|
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
|
||||||
|
|
||||||
ENV OTP_VERSION 26.2.5.4
|
ENV OTP_VERSION 26.2.5.5
|
||||||
# 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
|
||||||
# https://erlang.org/pipermail/erlang-questions/2019-January/097067.html
|
# https://erlang.org/pipermail/erlang-questions/2019-January/097067.html
|
||||||
ENV OTP_SOURCE_SHA256="aad3428f3973747d88e21647943e0397b2b9f2ba272e0f40b8da50884c5aac38"
|
ENV OTP_SOURCE_SHA256="d6e92683cc7505faf124252d390ba14d0c335d15a138c6b770d3b80b33db8f48"
|
||||||
|
|
||||||
# install openssl & erlang to a path that isn't auto-checked for libs to prevent accidental use by system packages
|
# install openssl & erlang to a path that isn't auto-checked for libs to prevent accidental use by system packages
|
||||||
ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
|
ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
|
||||||
|
|
|
||||||
|
|
@ -34,10 +34,10 @@ ENV OPENSSL_SOURCE_SHA256="2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da11
|
||||||
# https://www.openssl.org/source/
|
# https://www.openssl.org/source/
|
||||||
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
|
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
|
||||||
|
|
||||||
ENV OTP_VERSION 26.2.5.4
|
ENV OTP_VERSION 26.2.5.5
|
||||||
# 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
|
||||||
# https://erlang.org/pipermail/erlang-questions/2019-January/097067.html
|
# https://erlang.org/pipermail/erlang-questions/2019-January/097067.html
|
||||||
ENV OTP_SOURCE_SHA256="aad3428f3973747d88e21647943e0397b2b9f2ba272e0f40b8da50884c5aac38"
|
ENV OTP_SOURCE_SHA256="d6e92683cc7505faf124252d390ba14d0c335d15a138c6b770d3b80b33db8f48"
|
||||||
|
|
||||||
# install openssl & erlang to a path that isn't auto-checked for libs to prevent accidental use by system packages
|
# install openssl & erlang to a path that isn't auto-checked for libs to prevent accidental use by system packages
|
||||||
ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
|
ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
"version": "3.3.2"
|
"version": "3.3.2"
|
||||||
},
|
},
|
||||||
"otp": {
|
"otp": {
|
||||||
"sha256": "aad3428f3973747d88e21647943e0397b2b9f2ba272e0f40b8da50884c5aac38",
|
"sha256": "d6e92683cc7505faf124252d390ba14d0c335d15a138c6b770d3b80b33db8f48",
|
||||||
"version": "26.2.5.4"
|
"version": "26.2.5.5"
|
||||||
},
|
},
|
||||||
"ubuntu": {
|
"ubuntu": {
|
||||||
"version": "24.04"
|
"version": "24.04"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue