diff --git a/25/Dockerfile b/25/Dockerfile index e58d711..e77d88e 100644 --- a/25/Dockerfile +++ b/25/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bullseye -ENV OTP_VERSION="25.3.2.13" \ +ENV OTP_VERSION="25.3.2.16" \ REBAR3_VERSION="3.24.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="ef56f754f14ba89356284145c8a0dd95e11f00ec6142b4dd9a9431570d6ff5ea" \ + && OTP_DOWNLOAD_SHA256="15467c6da67f7f4cdbbbd478322c96b370c8d41b82f4b813dbfd8ebc87d4677f" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.0 \ diff --git a/25/alpine/Dockerfile b/25/alpine/Dockerfile index 22266ba..b57ad1b 100644 --- a/25/alpine/Dockerfile +++ b/25/alpine/Dockerfile @@ -1,13 +1,13 @@ FROM alpine:3.21 -ENV OTP_VERSION="25.3.2.13" \ +ENV OTP_VERSION="25.3.2.16" \ REBAR3_VERSION="3.24.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="ef56f754f14ba89356284145c8a0dd95e11f00ec6142b4dd9a9431570d6ff5ea" \ + && OTP_DOWNLOAD_SHA256="15467c6da67f7f4cdbbbd478322c96b370c8d41b82f4b813dbfd8ebc87d4677f" \ && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/25/slim/Dockerfile b/25/slim/Dockerfile index ec4b058..caaebe0 100644 --- a/25/slim/Dockerfile +++ b/25/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bullseye -ENV OTP_VERSION="25.3.2.13" \ +ENV OTP_VERSION="25.3.2.16" \ REBAR3_VERSION="3.24.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="ef56f754f14ba89356284145c8a0dd95e11f00ec6142b4dd9a9431570d6ff5ea" \ + && OTP_DOWNLOAD_SHA256="15467c6da67f7f4cdbbbd478322c96b370c8d41b82f4b813dbfd8ebc87d4677f" \ && fetchDeps=' \ curl \ ca-certificates' \ diff --git a/26/Dockerfile b/26/Dockerfile index 2f1bda2..0685087 100644 --- a/26/Dockerfile +++ b/26/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bookworm -ENV OTP_VERSION="26.2.5.2" \ +ENV OTP_VERSION="26.2.5.6" \ REBAR3_VERSION="3.24.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="8e537e2d984770796cc7f0c7c079a9e5fbc67b8c368e0dcd9aa2ceaeb2844da2" \ + && OTP_DOWNLOAD_SHA256="371e59b98de59822e45fdbe50c18c8d8dd4c872990e7aaaba8a819e167186d03" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.2-1 \ diff --git a/26/alpine/Dockerfile b/26/alpine/Dockerfile index b6ac714..55f1c7c 100644 --- a/26/alpine/Dockerfile +++ b/26/alpine/Dockerfile @@ -1,13 +1,13 @@ FROM alpine:3.21 -ENV OTP_VERSION="26.2.5.2" \ +ENV OTP_VERSION="26.2.5.6" \ REBAR3_VERSION="3.24.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="8e537e2d984770796cc7f0c7c079a9e5fbc67b8c368e0dcd9aa2ceaeb2844da2" \ + && OTP_DOWNLOAD_SHA256="371e59b98de59822e45fdbe50c18c8d8dd4c872990e7aaaba8a819e167186d03" \ && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/26/slim/Dockerfile b/26/slim/Dockerfile index 7fa37ec..28c4e02 100644 --- a/26/slim/Dockerfile +++ b/26/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm -ENV OTP_VERSION="26.2.5.2" \ +ENV OTP_VERSION="26.2.5.6" \ REBAR3_VERSION="3.24.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="8e537e2d984770796cc7f0c7c079a9e5fbc67b8c368e0dcd9aa2ceaeb2844da2" \ + && OTP_DOWNLOAD_SHA256="371e59b98de59822e45fdbe50c18c8d8dd4c872990e7aaaba8a819e167186d03" \ && fetchDeps=' \ curl \ ca-certificates' \ diff --git a/27/Dockerfile b/27/Dockerfile index 4dcb8ae..6aeed2f 100644 --- a/27/Dockerfile +++ b/27/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bookworm -ENV OTP_VERSION="27.1.2" \ +ENV OTP_VERSION="27.2" \ REBAR3_VERSION="3.24.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="365208d47f9590f27c0814ccd7ee7aec0e1b6ba2fe9d875e356edb5d9b054541" \ + && OTP_DOWNLOAD_SHA256="0727cf869622544a2434a104109b31f5fadb8dc6b532287aea182fab95922ea8" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.2 \ diff --git a/27/alpine/Dockerfile b/27/alpine/Dockerfile index e612d7b..584c1f9 100644 --- a/27/alpine/Dockerfile +++ b/27/alpine/Dockerfile @@ -1,13 +1,13 @@ FROM alpine:3.21 -ENV OTP_VERSION="27.1.2" \ +ENV OTP_VERSION="27.2" \ REBAR3_VERSION="3.24.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="365208d47f9590f27c0814ccd7ee7aec0e1b6ba2fe9d875e356edb5d9b054541" \ + && OTP_DOWNLOAD_SHA256="0727cf869622544a2434a104109b31f5fadb8dc6b532287aea182fab95922ea8" \ && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/27/slim/Dockerfile b/27/slim/Dockerfile index 41e2f51..bc0a181 100644 --- a/27/slim/Dockerfile +++ b/27/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm -ENV OTP_VERSION="27.1.2" \ +ENV OTP_VERSION="27.2" \ REBAR3_VERSION="3.24.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="365208d47f9590f27c0814ccd7ee7aec0e1b6ba2fe9d875e356edb5d9b054541" \ + && OTP_DOWNLOAD_SHA256="0727cf869622544a2434a104109b31f5fadb8dc6b532287aea182fab95922ea8" \ && fetchDeps=' \ curl \ ca-certificates' \