diff --git a/3.9/alpine/Dockerfile b/3.9/alpine/Dockerfile index c62f4f79..69c225c0 100644 --- a/3.9/alpine/Dockerfile +++ b/3.9/alpine/Dockerfile @@ -29,10 +29,10 @@ ENV OPENSSL_SOURCE_SHA256="b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118 # https://www.openssl.org/community/otc.html ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0xB7C1C14360F353A36862E4D5231C84CDDCC69C45 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x95A9908DDFA16830BE9FB9003D30A3A9FF1360DC 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xA21FAB74B0088AA361152586B8EF1A6BA9DA2D5C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D" -ENV OTP_VERSION 25.3.2.3 +ENV OTP_VERSION 25.3.2.4 # 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="8c1e8811201d1e9cc806b74393db16e89a119f412e16bb5f6181d54cd102eb4f" +ENV OTP_SOURCE_SHA256="9d224c098abbb48fbe42abb81bd04765efa2190d9eae4898f78183d9725a676b" # Install dependencies required to build Erlang/OTP from source # https://erlang.org/doc/installation_guide/INSTALL.html diff --git a/3.9/ubuntu/Dockerfile b/3.9/ubuntu/Dockerfile index eb966cc8..3a77fe71 100644 --- a/3.9/ubuntu/Dockerfile +++ b/3.9/ubuntu/Dockerfile @@ -30,10 +30,10 @@ ENV OPENSSL_SOURCE_SHA256="b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118 # https://www.openssl.org/community/otc.html ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0xB7C1C14360F353A36862E4D5231C84CDDCC69C45 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x95A9908DDFA16830BE9FB9003D30A3A9FF1360DC 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xA21FAB74B0088AA361152586B8EF1A6BA9DA2D5C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D" -ENV OTP_VERSION 25.3.2.3 +ENV OTP_VERSION 25.3.2.4 # 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="8c1e8811201d1e9cc806b74393db16e89a119f412e16bb5f6181d54cd102eb4f" +ENV OTP_SOURCE_SHA256="9d224c098abbb48fbe42abb81bd04765efa2190d9eae4898f78183d9725a676b" # Install dependencies required to build Erlang/OTP from source # https://erlang.org/doc/installation_guide/INSTALL.html diff --git a/versions.json b/versions.json index 9d632352..d90dc510 100644 --- a/versions.json +++ b/versions.json @@ -62,8 +62,8 @@ "version": "3.1.1" }, "otp": { - "sha256": "8c1e8811201d1e9cc806b74393db16e89a119f412e16bb5f6181d54cd102eb4f", - "version": "25.3.2.3" + "sha256": "9d224c098abbb48fbe42abb81bd04765efa2190d9eae4898f78183d9725a676b", + "version": "25.3.2.4" }, "ubuntu": { "version": "22.04"