From 8a94a6bd6e29a57c763c45c23c4e7e9391ba804f Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 26 Nov 2025 16:52:35 +0100 Subject: [PATCH] Update OTP-28.2, OTP-27.3.4.6, OTP-26.2.5.16 --- 26/Dockerfile | 4 ++-- 26/alpine/Dockerfile | 4 ++-- 26/slim/Dockerfile | 4 ++-- 27/Dockerfile | 4 ++-- 27/alpine/Dockerfile | 4 ++-- 27/slim/Dockerfile | 4 ++-- 28/Dockerfile | 4 ++-- 28/alpine/Dockerfile | 4 ++-- 28/slim/Dockerfile | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/26/Dockerfile b/26/Dockerfile index 7f259c4..aa4e387 100644 --- a/26/Dockerfile +++ b/26/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bookworm -ENV OTP_VERSION="26.2.5.15" \ +ENV OTP_VERSION="26.2.5.16" \ REBAR3_VERSION="3.25.0" LABEL org.opencontainers.image.version=$OTP_VERSION @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION # build process: RUN set -xe \ && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \ - && OTP_DOWNLOAD_SHA256="aa38b8b50873722929791d985716d47769a59232241f617b91580248670c52f9" \ + && OTP_DOWNLOAD_SHA256="f145ea6aa8cb9c15fac7d7905fbd530c25420d11f4e23c5c3df6ccf27584625c" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.2-1 \ diff --git a/26/alpine/Dockerfile b/26/alpine/Dockerfile index c96c0d1..4cdda57 100644 --- a/26/alpine/Dockerfile +++ b/26/alpine/Dockerfile @@ -1,13 +1,13 @@ FROM alpine:3.20 -ENV OTP_VERSION="26.2.5.15" \ +ENV OTP_VERSION="26.2.5.16" \ REBAR3_VERSION="3.25.0" LABEL org.opencontainers.image.version=$OTP_VERSION RUN set -xe \ && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \ - && OTP_DOWNLOAD_SHA256="aa38b8b50873722929791d985716d47769a59232241f617b91580248670c52f9" \ + && OTP_DOWNLOAD_SHA256="f145ea6aa8cb9c15fac7d7905fbd530c25420d11f4e23c5c3df6ccf27584625c" \ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/26/slim/Dockerfile b/26/slim/Dockerfile index b5986b6..215477d 100644 --- a/26/slim/Dockerfile +++ b/26/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm -ENV OTP_VERSION="26.2.5.15" \ +ENV OTP_VERSION="26.2.5.16" \ REBAR3_VERSION="3.25.0" LABEL org.opencontainers.image.version=$OTP_VERSION @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION # sure our final image contains only what we've just built: RUN set -xe \ && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \ - && OTP_DOWNLOAD_SHA256="aa38b8b50873722929791d985716d47769a59232241f617b91580248670c52f9" \ + && OTP_DOWNLOAD_SHA256="f145ea6aa8cb9c15fac7d7905fbd530c25420d11f4e23c5c3df6ccf27584625c" \ && fetchDeps=' \ curl \ ca-certificates' \ diff --git a/27/Dockerfile b/27/Dockerfile index fa5035a..33aa29f 100644 --- a/27/Dockerfile +++ b/27/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bookworm -ENV OTP_VERSION="27.3.4.3" \ +ENV OTP_VERSION="27.3.4.6" \ REBAR3_VERSION="3.25.0" LABEL org.opencontainers.image.version=$OTP_VERSION @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION # build process: RUN set -xe \ && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \ - && OTP_DOWNLOAD_SHA256="597618c75890e8e606033bc8dbf6ec87fdf4e892c10b4912ae3c9a4f01384579" \ + && OTP_DOWNLOAD_SHA256="658529f94cc5b8833907aa680a5e979e67c32dd6ebba69ed3b90b95f526ccda2" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.2 \ diff --git a/27/alpine/Dockerfile b/27/alpine/Dockerfile index de870f8..bdba1a8 100644 --- a/27/alpine/Dockerfile +++ b/27/alpine/Dockerfile @@ -1,13 +1,13 @@ FROM alpine:3.22 -ENV OTP_VERSION="27.3.4.3" \ +ENV OTP_VERSION="27.3.4.6" \ REBAR3_VERSION="3.25.0" LABEL org.opencontainers.image.version=$OTP_VERSION RUN set -xe \ && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \ - && OTP_DOWNLOAD_SHA256="597618c75890e8e606033bc8dbf6ec87fdf4e892c10b4912ae3c9a4f01384579" \ + && OTP_DOWNLOAD_SHA256="658529f94cc5b8833907aa680a5e979e67c32dd6ebba69ed3b90b95f526ccda2" \ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/27/slim/Dockerfile b/27/slim/Dockerfile index cf9e3ae..c422bf7 100644 --- a/27/slim/Dockerfile +++ b/27/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm -ENV OTP_VERSION="27.3.4.3" \ +ENV OTP_VERSION="27.3.4.6" \ REBAR3_VERSION="3.25.0" LABEL org.opencontainers.image.version=$OTP_VERSION @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION # sure our final image contains only what we've just built: RUN set -xe \ && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \ - && OTP_DOWNLOAD_SHA256="597618c75890e8e606033bc8dbf6ec87fdf4e892c10b4912ae3c9a4f01384579" \ + && OTP_DOWNLOAD_SHA256="658529f94cc5b8833907aa680a5e979e67c32dd6ebba69ed3b90b95f526ccda2" \ && fetchDeps=' \ curl \ ca-certificates' \ diff --git a/28/Dockerfile b/28/Dockerfile index 0809203..56e23e4 100644 --- a/28/Dockerfile +++ b/28/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bookworm -ENV OTP_VERSION="28.1" \ +ENV OTP_VERSION="28.2" \ REBAR3_VERSION="3.25.0" LABEL org.opencontainers.image.version=$OTP_VERSION @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION # build process: RUN set -xe \ && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \ - && OTP_DOWNLOAD_SHA256="c7c6fe06a3bf0031187d4cb10d30e11de119b38bdba7cd277898f75d53bdb218" \ + && OTP_DOWNLOAD_SHA256="b0f6e1273a034e91c4fa6895e8cb84276baf5ca7a23b29da4f04ff9d0419a0c2" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.2 \ diff --git a/28/alpine/Dockerfile b/28/alpine/Dockerfile index 7b35301..efe9fa6 100644 --- a/28/alpine/Dockerfile +++ b/28/alpine/Dockerfile @@ -1,13 +1,13 @@ FROM alpine:3.22 -ENV OTP_VERSION="28.1" \ +ENV OTP_VERSION="28.2" \ REBAR3_VERSION="3.25.0" LABEL org.opencontainers.image.version=$OTP_VERSION RUN set -xe \ && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \ - && OTP_DOWNLOAD_SHA256="c7c6fe06a3bf0031187d4cb10d30e11de119b38bdba7cd277898f75d53bdb218" \ + && OTP_DOWNLOAD_SHA256="b0f6e1273a034e91c4fa6895e8cb84276baf5ca7a23b29da4f04ff9d0419a0c2" \ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/28/slim/Dockerfile b/28/slim/Dockerfile index a8ba4f2..888ea5a 100644 --- a/28/slim/Dockerfile +++ b/28/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm -ENV OTP_VERSION="28.1" \ +ENV OTP_VERSION="28.2" \ REBAR3_VERSION="3.25.0" LABEL org.opencontainers.image.version=$OTP_VERSION @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION # sure our final image contains only what we've just built: RUN set -xe \ && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \ - && OTP_DOWNLOAD_SHA256="c7c6fe06a3bf0031187d4cb10d30e11de119b38bdba7cd277898f75d53bdb218" \ + && OTP_DOWNLOAD_SHA256="b0f6e1273a034e91c4fa6895e8cb84276baf5ca7a23b29da4f04ff9d0419a0c2" \ && fetchDeps=' \ curl \ ca-certificates' \