Update 4.1-rc to otp 27.3.1
This commit is contained in:
parent
aa9c780ec9
commit
984ba67220
|
|
@ -31,10 +31,10 @@ ENV OPENSSL_SOURCE_SHA256="712590fd20aaa60ec75d778fe5b810d6b829ca7fb1e530577917a
|
|||
# https://www.openssl.org/source/
|
||||
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
|
||||
|
||||
ENV OTP_VERSION 27.3
|
||||
ENV OTP_VERSION 27.3.1
|
||||
# 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
|
||||
ENV OTP_SOURCE_SHA256="efe76126938f237c0d3a0e2e8753c5cb823235d4d53708833bbc0968d76c39b8"
|
||||
ENV OTP_SOURCE_SHA256="6d30f0ac69a565adf1317f5ba6c8d53e9c9163adec4ae5cba49584e59fa20da8"
|
||||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -34,10 +34,10 @@ ENV OPENSSL_SOURCE_SHA256="712590fd20aaa60ec75d778fe5b810d6b829ca7fb1e530577917a
|
|||
# https://www.openssl.org/source/
|
||||
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
|
||||
|
||||
ENV OTP_VERSION 27.3
|
||||
ENV OTP_VERSION 27.3.1
|
||||
# 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
|
||||
ENV OTP_SOURCE_SHA256="efe76126938f237c0d3a0e2e8753c5cb823235d4d53708833bbc0968d76c39b8"
|
||||
ENV OTP_SOURCE_SHA256="6d30f0ac69a565adf1317f5ba6c8d53e9c9163adec4ae5cba49584e59fa20da8"
|
||||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@
|
|||
"version": "3.3.3"
|
||||
},
|
||||
"otp": {
|
||||
"sha256": "efe76126938f237c0d3a0e2e8753c5cb823235d4d53708833bbc0968d76c39b8",
|
||||
"version": "27.3"
|
||||
"sha256": "6d30f0ac69a565adf1317f5ba6c8d53e9c9163adec4ae5cba49584e59fa20da8",
|
||||
"version": "27.3.1"
|
||||
},
|
||||
"ubuntu": {
|
||||
"version": "24.04"
|
||||
|
|
|
|||
Loading…
Reference in New Issue