Update 4.0 to otp 27.1.3

This commit is contained in:
Docker Library Bot 2024-12-05 10:32:50 -08:00
parent bd3e69e85c
commit 8a0389fb2c
3 changed files with 6 additions and 6 deletions

4
4.0/alpine/Dockerfile generated
View File

@ -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 27.1.2 ENV OTP_VERSION 27.1.3
# 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="1772e9fa07b2b020ed5911d6ce78b251dfb6ed8509ed7de9d372e96b87251d14" ENV OTP_SOURCE_SHA256="1b1eb1ed919625caed3dd56e97182956613b3d650556ba1b8b2d6c9bc0c51c28"
# 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

4
4.0/ubuntu/Dockerfile generated
View File

@ -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 27.1.2 ENV OTP_VERSION 27.1.3
# 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="1772e9fa07b2b020ed5911d6ce78b251dfb6ed8509ed7de9d372e96b87251d14" ENV OTP_SOURCE_SHA256="1b1eb1ed919625caed3dd56e97182956613b3d650556ba1b8b2d6c9bc0c51c28"
# 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

View File

@ -26,8 +26,8 @@
"version": "3.3.2" "version": "3.3.2"
}, },
"otp": { "otp": {
"sha256": "1772e9fa07b2b020ed5911d6ce78b251dfb6ed8509ed7de9d372e96b87251d14", "sha256": "1b1eb1ed919625caed3dd56e97182956613b3d650556ba1b8b2d6c9bc0c51c28",
"version": "27.1.2" "version": "27.1.3"
}, },
"ubuntu": { "ubuntu": {
"version": "24.04" "version": "24.04"