From ccb71776b16c0d07cb502988b421ec41c3bef932 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 28 Mar 2025 10:05:14 -0700 Subject: [PATCH] Update 3.13 to otp 26.2.5.10 --- 3.13/alpine/Dockerfile | 4 ++-- 3.13/ubuntu/Dockerfile | 4 ++-- versions.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3.13/alpine/Dockerfile b/3.13/alpine/Dockerfile index ede4f5d..5abee30 100644 --- a/3.13/alpine/Dockerfile +++ b/3.13/alpine/Dockerfile @@ -31,10 +31,10 @@ ENV OPENSSL_SOURCE_SHA256="d319da6aecde3aa6f426b44bbf997406d95275c5c59ab6f6ef53c # https://www.openssl.org/source/ ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF" -ENV OTP_VERSION 26.2.5.9 +ENV OTP_VERSION 26.2.5.10 # 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="fb626d82c6a4fb7a85db8f8f12c8689ad669791d58982f91b05d226785b56175" +ENV OTP_SOURCE_SHA256="e70265e3df9a5df831d6246bd379ead54ab8430d00cb4a9ba396a7dfcbb33a9b" # 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 diff --git a/3.13/ubuntu/Dockerfile b/3.13/ubuntu/Dockerfile index cc981d5..cc3aae9 100644 --- a/3.13/ubuntu/Dockerfile +++ b/3.13/ubuntu/Dockerfile @@ -34,10 +34,10 @@ ENV OPENSSL_SOURCE_SHA256="d319da6aecde3aa6f426b44bbf997406d95275c5c59ab6f6ef53c # https://www.openssl.org/source/ ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF" -ENV OTP_VERSION 26.2.5.9 +ENV OTP_VERSION 26.2.5.10 # 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="fb626d82c6a4fb7a85db8f8f12c8689ad669791d58982f91b05d226785b56175" +ENV OTP_SOURCE_SHA256="e70265e3df9a5df831d6246bd379ead54ab8430d00cb4a9ba396a7dfcbb33a9b" # 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 diff --git a/versions.json b/versions.json index b40c852..60386b1 100644 --- a/versions.json +++ b/versions.json @@ -8,8 +8,8 @@ "version": "3.1.8" }, "otp": { - "sha256": "fb626d82c6a4fb7a85db8f8f12c8689ad669791d58982f91b05d226785b56175", - "version": "26.2.5.9" + "sha256": "e70265e3df9a5df831d6246bd379ead54ab8430d00cb4a9ba396a7dfcbb33a9b", + "version": "26.2.5.10" }, "ubuntu": { "version": "24.04"