diff --git a/26/Dockerfile b/26/Dockerfile index f1f7324..a9e5384 100644 --- a/26/Dockerfile +++ b/26/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bookworm -ENV OTP_VERSION="26.2.5.16" \ +ENV OTP_VERSION="26.2.5.18" \ REBAR3_VERSION="3.26.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="f145ea6aa8cb9c15fac7d7905fbd530c25420d11f4e23c5c3df6ccf27584625c" \ + && OTP_DOWNLOAD_SHA256="61d44387c301f4c4d637345294e2ba3d98085d119572799e09653046f0c7e17b" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.2-1 \ diff --git a/26/alpine/Dockerfile b/26/alpine/Dockerfile index 7771308..0b77783 100644 --- a/26/alpine/Dockerfile +++ b/26/alpine/Dockerfile @@ -1,13 +1,13 @@ FROM alpine:3.20 -ENV OTP_VERSION="26.2.5.16" \ +ENV OTP_VERSION="26.2.5.18" \ REBAR3_VERSION="3.26.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="f145ea6aa8cb9c15fac7d7905fbd530c25420d11f4e23c5c3df6ccf27584625c" \ + && OTP_DOWNLOAD_SHA256="61d44387c301f4c4d637345294e2ba3d98085d119572799e09653046f0c7e17b" \ && REBAR3_DOWNLOAD_SHA256="a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/26/slim/Dockerfile b/26/slim/Dockerfile index 5ecf362..a7efd42 100644 --- a/26/slim/Dockerfile +++ b/26/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm -ENV OTP_VERSION="26.2.5.16" \ +ENV OTP_VERSION="26.2.5.18" \ REBAR3_VERSION="3.26.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="f145ea6aa8cb9c15fac7d7905fbd530c25420d11f4e23c5c3df6ccf27584625c" \ + && OTP_DOWNLOAD_SHA256="61d44387c301f4c4d637345294e2ba3d98085d119572799e09653046f0c7e17b" \ && fetchDeps=' \ curl \ ca-certificates' \ diff --git a/27/Dockerfile b/27/Dockerfile index b49de8d..6ac0c43 100644 --- a/27/Dockerfile +++ b/27/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bookworm -ENV OTP_VERSION="27.3.4.8" \ +ENV OTP_VERSION="27.3.4.9" \ REBAR3_VERSION="3.26.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="354243af8095a5e567931490b7b0ffe7b22cf12ee49b65c36e9187501ca03e8e" \ + && OTP_DOWNLOAD_SHA256="62e964290041eed1182e1a1dbf934193aacd2e124b315cd5b9ffd9dd0d3b0f8f" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.2 \ diff --git a/27/alpine/Dockerfile b/27/alpine/Dockerfile index ec887b5..7c4ac0e 100644 --- a/27/alpine/Dockerfile +++ b/27/alpine/Dockerfile @@ -1,13 +1,13 @@ FROM alpine:3.22 -ENV OTP_VERSION="27.3.4.8" \ +ENV OTP_VERSION="27.3.4.9" \ REBAR3_VERSION="3.26.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="354243af8095a5e567931490b7b0ffe7b22cf12ee49b65c36e9187501ca03e8e" \ + && OTP_DOWNLOAD_SHA256="62e964290041eed1182e1a1dbf934193aacd2e124b315cd5b9ffd9dd0d3b0f8f" \ && REBAR3_DOWNLOAD_SHA256="a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/27/slim/Dockerfile b/27/slim/Dockerfile index 7dbc55f..d88ca18 100644 --- a/27/slim/Dockerfile +++ b/27/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm -ENV OTP_VERSION="27.3.4.8" \ +ENV OTP_VERSION="27.3.4.9" \ REBAR3_VERSION="3.26.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="354243af8095a5e567931490b7b0ffe7b22cf12ee49b65c36e9187501ca03e8e" \ + && OTP_DOWNLOAD_SHA256="62e964290041eed1182e1a1dbf934193aacd2e124b315cd5b9ffd9dd0d3b0f8f" \ && fetchDeps=' \ curl \ ca-certificates' \ diff --git a/28/Dockerfile b/28/Dockerfile index 2dab46f..ed8e074 100644 --- a/28/Dockerfile +++ b/28/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:trixie -ENV OTP_VERSION="28.4" \ +ENV OTP_VERSION="28.4.1" \ REBAR3_VERSION="3.26.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="5b39ceb3e36de8901dde61e88869e47be1b81bd56928da3986c196d696e1311d" \ + && OTP_DOWNLOAD_SHA256="fb2aa0bd8d4118a275895d4a0ea5b24e40e9e1e27a7b29e001377d7660fd9ecf" \ && runtimeDeps='libodbc2 \ libsctp1 \ libwxgtk3.2 \ diff --git a/28/alpine/Dockerfile b/28/alpine/Dockerfile index 9af0937..63cf0d1 100644 --- a/28/alpine/Dockerfile +++ b/28/alpine/Dockerfile @@ -1,13 +1,13 @@ FROM alpine:3.23 -ENV OTP_VERSION="28.4" \ +ENV OTP_VERSION="28.4.1" \ REBAR3_VERSION="3.26.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="5b39ceb3e36de8901dde61e88869e47be1b81bd56928da3986c196d696e1311d" \ + && OTP_DOWNLOAD_SHA256="fb2aa0bd8d4118a275895d4a0ea5b24e40e9e1e27a7b29e001377d7660fd9ecf" \ && REBAR3_DOWNLOAD_SHA256="a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/28/slim/Dockerfile b/28/slim/Dockerfile index 205440d..70a161d 100644 --- a/28/slim/Dockerfile +++ b/28/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:trixie -ENV OTP_VERSION="28.4" \ +ENV OTP_VERSION="28.4.1" \ REBAR3_VERSION="3.26.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="5b39ceb3e36de8901dde61e88869e47be1b81bd56928da3986c196d696e1311d" \ + && OTP_DOWNLOAD_SHA256="fb2aa0bd8d4118a275895d4a0ea5b24e40e9e1e27a7b29e001377d7660fd9ecf" \ && fetchDeps=' \ curl \ ca-certificates' \