This is an automated email from the ASF dual-hosted git repository.

nickva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new e0c1949  Update Erlangs to the latest patch versions
e0c1949 is described below

commit e0c1949f43acce588a4bff1dfe7e06fb1e48c349
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Aug 11 01:45:39 2026 -0400

    Update Erlangs to the latest patch versions
    
    29.0.5 https://erlangforums.com/t/patch-package-otp-29-0-5-released/5842
    28.5.0.5 https://erlangforums.com/t/patch-package-otp-28-5-0-5-released/5841
    27.3.4.16 
https://erlangforums.com/t/patch-package-otp-27-3-4-16-released/5840
    
    There are a bunch of CVE fixes though in SSH client which we don't use. 
`Fixed
    a regression in the previous patch release that prevented epmd from binding 
to
    localhost` maybe relevant though.
---
 dockerfiles/almalinux-10    |  2 +-
 dockerfiles/almalinux-8     |  2 +-
 dockerfiles/almalinux-9     |  2 +-
 dockerfiles/debian-bookworm |  2 +-
 dockerfiles/debian-bullseye |  2 +-
 dockerfiles/debian-trixie   |  2 +-
 dockerfiles/ubuntu-jammy    |  2 +-
 dockerfiles/ubuntu-noble    |  2 +-
 dockerfiles/ubuntu-resolute |  2 +-
 pull-all-couchdbdev-docker  | 22 +++++++++++-----------
 10 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/dockerfiles/almalinux-10 b/dockerfiles/almalinux-10
index b97259a..e05b66a 100644
--- a/dockerfiles/almalinux-10
+++ b/dockerfiles/almalinux-10
@@ -31,7 +31,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir to install
-ARG erlangversion=27.3.4.13
+ARG erlangversion=27.3.4.16
 ARG elixirversion=v1.18.4
 ARG nodeversion=24
 
diff --git a/dockerfiles/almalinux-8 b/dockerfiles/almalinux-8
index a99d7c9..1f7e714 100644
--- a/dockerfiles/almalinux-8
+++ b/dockerfiles/almalinux-8
@@ -31,7 +31,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir to install
-ARG erlangversion=27.3.4.13
+ARG erlangversion=27.3.4.16
 ARG elixirversion=v1.18.4
 ARG nodeversion=24
 
diff --git a/dockerfiles/almalinux-9 b/dockerfiles/almalinux-9
index f56b382..d70e0f9 100644
--- a/dockerfiles/almalinux-9
+++ b/dockerfiles/almalinux-9
@@ -31,7 +31,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir to install
-ARG erlangversion=27.3.4.13
+ARG erlangversion=27.3.4.16
 ARG elixirversion=v1.18.4
 ARG nodeversion=24
 
diff --git a/dockerfiles/debian-bookworm b/dockerfiles/debian-bookworm
index dea9b2a..b3a4373 100644
--- a/dockerfiles/debian-bookworm
+++ b/dockerfiles/debian-bookworm
@@ -41,7 +41,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=27.3.4.13
+ARG erlangversion=27.3.4.16
 ARG elixirversion=v1.18.4
 ARG nodeversion=24
 
diff --git a/dockerfiles/debian-bullseye b/dockerfiles/debian-bullseye
index a36409a..2090ac9 100644
--- a/dockerfiles/debian-bullseye
+++ b/dockerfiles/debian-bullseye
@@ -41,7 +41,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=27.3.4.13
+ARG erlangversion=27.3.4.16
 ARG elixirversion=v1.18.4
 ARG nodeversion=24
 
diff --git a/dockerfiles/debian-trixie b/dockerfiles/debian-trixie
index 44a11d3..e355f63 100644
--- a/dockerfiles/debian-trixie
+++ b/dockerfiles/debian-trixie
@@ -41,7 +41,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=27.3.4.13
+ARG erlangversion=27.3.4.16
 ARG elixirversion=v1.18.4
 ARG nodeversion=24
 
diff --git a/dockerfiles/ubuntu-jammy b/dockerfiles/ubuntu-jammy
index 7dffe67..9f4add6 100644
--- a/dockerfiles/ubuntu-jammy
+++ b/dockerfiles/ubuntu-jammy
@@ -39,7 +39,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir to install
-ARG erlangversion=27.3.4.13
+ARG erlangversion=27.3.4.16
 ARG elixirversion=v1.18.4
 ARG nodeversion=24
 
diff --git a/dockerfiles/ubuntu-noble b/dockerfiles/ubuntu-noble
index 90f212e..55bcd64 100644
--- a/dockerfiles/ubuntu-noble
+++ b/dockerfiles/ubuntu-noble
@@ -39,7 +39,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir to install
-ARG erlangversion=27.3.4.13
+ARG erlangversion=27.3.4.16
 ARG elixirversion=v1.18.4
 ARG nodeversion=24
 
diff --git a/dockerfiles/ubuntu-resolute b/dockerfiles/ubuntu-resolute
index 41141db..55ca0ff 100644
--- a/dockerfiles/ubuntu-resolute
+++ b/dockerfiles/ubuntu-resolute
@@ -39,7 +39,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir to install
-ARG erlangversion=27.3.4.13
+ARG erlangversion=27.3.4.16
 ARG elixirversion=v1.18.4
 ARG nodeversion=24
 
diff --git a/pull-all-couchdbdev-docker b/pull-all-couchdbdev-docker
index 250acec..6b629bf 100644
--- a/pull-all-couchdbdev-docker
+++ b/pull-all-couchdbdev-docker
@@ -7,17 +7,17 @@
 # --bootstrap` pulls.
 
 PULL_IMAGES=(
-apache/couchdbci-debian:bookworm-erlang:29.0.2
-apache/couchdbci-debian:bookworm-erlang:28.5.0.2
-apache/couchdbci-debian:bookworm-erlang-27.3.4.13
-apache/couchdbci-debian:bullseye-erlang:27.3.4.13
-apache/couchdbci-debian:trixie-erlang:27.3.4.13
-apache/couchdbci-ubuntu:resolute-erlang-27.3.4.13
-apache/couchdbci-ubuntu:noble-erlang-27.3.4.13
-apache/couchdbci-ubuntu:jammy-erlang-27.3.4.13
-apache/couchdbci-centos:10-erlang-27.3.4.13
-apache/couchdbci-centos:9-erlang-27.3.4.13
-apache/couchdbci-centos:8-erlang-27.3.4.13
+apache/couchdbci-debian:bookworm-erlang:29.0.5
+apache/couchdbci-debian:bookworm-erlang:28.5.0.5
+apache/couchdbci-debian:bookworm-erlang-27.3.4.16
+apache/couchdbci-debian:bullseye-erlang:27.3.4.16
+apache/couchdbci-debian:trixie-erlang:27.3.4.16
+apache/couchdbci-ubuntu:resolute-erlang-27.3.4.16
+apache/couchdbci-ubuntu:noble-erlang-27.3.4.16
+apache/couchdbci-ubuntu:jammy-erlang-27.3.4.16
+apache/couchdbci-centos:10-erlang-27.3.4.16
+apache/couchdbci-centos:9-erlang-27.3.4.16
+apache/couchdbci-centos:8-erlang-27.3.4.16
 moby/buildkit:buildx-stable-1
 )
 

Reply via email to