From 3b417e35b15f8e491b0ab4dcded09dd13366b50c Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 10 Sep 2025 10:30:49 -0700 Subject: [PATCH] Update 4.0 to otp 27.3.4.3 --- 4.0/alpine/Dockerfile | 4 ++-- 4.0/ubuntu/Dockerfile | 4 ++-- versions.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/4.0/alpine/Dockerfile b/4.0/alpine/Dockerfile index b64ccaa..a3083dd 100644 --- a/4.0/alpine/Dockerfile +++ b/4.0/alpine/Dockerfile @@ -31,10 +31,10 @@ ENV OPENSSL_SOURCE_SHA256="8d1a5fc323d3fd351dc05458457fd48f78652d2a498e1d70ffea0 # https://www.openssl.org/source/ ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF" -ENV OTP_VERSION 27.3.4.2 +ENV OTP_VERSION 27.3.4.3 # 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="f696dc22812745d98a87af2aa599ffa893c7cf8dfa16be8b31db0e30d8ffa85c" +ENV OTP_SOURCE_SHA256="597618c75890e8e606033bc8dbf6ec87fdf4e892c10b4912ae3c9a4f01384579" # 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/4.0/ubuntu/Dockerfile b/4.0/ubuntu/Dockerfile index 9a9aadf..85ee82c 100644 --- a/4.0/ubuntu/Dockerfile +++ b/4.0/ubuntu/Dockerfile @@ -34,10 +34,10 @@ ENV OPENSSL_SOURCE_SHA256="8d1a5fc323d3fd351dc05458457fd48f78652d2a498e1d70ffea0 # https://www.openssl.org/source/ ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF" -ENV OTP_VERSION 27.3.4.2 +ENV OTP_VERSION 27.3.4.3 # 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="f696dc22812745d98a87af2aa599ffa893c7cf8dfa16be8b31db0e30d8ffa85c" +ENV OTP_SOURCE_SHA256="597618c75890e8e606033bc8dbf6ec87fdf4e892c10b4912ae3c9a4f01384579" # 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 dbb9e00..7854dc9 100644 --- a/versions.json +++ b/versions.json @@ -26,8 +26,8 @@ "version": "3.3.4" }, "otp": { - "sha256": "f696dc22812745d98a87af2aa599ffa893c7cf8dfa16be8b31db0e30d8ffa85c", - "version": "27.3.4.2" + "sha256": "597618c75890e8e606033bc8dbf6ec87fdf4e892c10b4912ae3c9a4f01384579", + "version": "27.3.4.3" }, "ubuntu": { "version": "24.04"