Update 3.12 to otp 25.3.2.15

This commit is contained in:
Docker Library Bot 2024-10-14 10:05:13 -07:00
parent 4d384714be
commit 20cfa9c4fe
3 changed files with 6 additions and 6 deletions

View File

@ -31,10 +31,10 @@ ENV OPENSSL_SOURCE_SHA256="053a31fa80cf4aebe1068c987d2ef1e44ce418881427c4464751a
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
ENV OTP_VERSION 25.3.2.14
ENV OTP_VERSION 25.3.2.15
# 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="99fc586af28552efc097e37ee7c779ee5d954225ce4ff45eaa66622a711dce6a"
ENV OTP_SOURCE_SHA256="5effb0f7d791c9fb216e530f61f3380bf7052a5dfd98b4de2caa05a259abaf05"
# 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

View File

@ -34,10 +34,10 @@ ENV OPENSSL_SOURCE_SHA256="053a31fa80cf4aebe1068c987d2ef1e44ce418881427c4464751a
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
ENV OTP_VERSION 25.3.2.14
ENV OTP_VERSION 25.3.2.15
# 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="99fc586af28552efc097e37ee7c779ee5d954225ce4ff45eaa66622a711dce6a"
ENV OTP_SOURCE_SHA256="5effb0f7d791c9fb216e530f61f3380bf7052a5dfd98b4de2caa05a259abaf05"
# 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

View File

@ -8,8 +8,8 @@
"version": "3.1.7"
},
"otp": {
"sha256": "99fc586af28552efc097e37ee7c779ee5d954225ce4ff45eaa66622a711dce6a",
"version": "25.3.2.14"
"sha256": "5effb0f7d791c9fb216e530f61f3380bf7052a5dfd98b4de2caa05a259abaf05",
"version": "25.3.2.15"
},
"ubuntu": {
"version": "22.04"