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

vatamane pushed a commit to branch update-erlang-elixir-and-node
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git

commit fbaa734fb4bcffaa25426498bf0691d1d118f53b
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed Nov 26 00:34:19 2025 -0500

    Update Erlang and Node versions
---
 README.md                   | 4 ++--
 dockerfiles/almalinux-8     | 4 ++--
 dockerfiles/almalinux-9     | 4 ++--
 dockerfiles/debian-bookworm | 4 ++--
 dockerfiles/debian-bullseye | 4 ++--
 dockerfiles/debian-trixie   | 4 ++--
 dockerfiles/ubuntu-jammy    | 4 ++--
 dockerfiles/ubuntu-noble    | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index e3a5d37..a6f5e8b 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ On the other hand, some OSes won't run older Erlangs because 
of library changes,
 Just specify on the command line any of the `ERLANGVERSION`, `NODEVERSION`, or 
`ELIXIRVERSION` environment variables:
 
 ```
-NODEVERSION=20 ELIXIRVERSION=v1.18.4 ERLANGVERSION=26.2.5.13 ./build.sh 
platform debian-bookworm
+NODEVERSION=20 ELIXIRVERSION=v1.18.4 ERLANGVERSION=26.2.5.16 ./build.sh 
platform debian-bookworm
 ```
 
 ## Building images for other architectures
@@ -186,7 +186,7 @@ After building the image as above:
 docker run -it couchdbdev/<tag>
 ```
 
-where `<tag>` is of the format `<distro>-<version>-<type>`, such as 
`debian-bookworm-erlang-26.2.5.11`.
+where `<tag>` is of the format `<distro>-<version>-<type>`, such as 
`debian-bookworm-erlang-26.2.5.16`.
 
 ## Running the CouchDB build in a published container
 
diff --git a/dockerfiles/almalinux-8 b/dockerfiles/almalinux-8
index 8632ff6..f42ef90 100644
--- a/dockerfiles/almalinux-8
+++ b/dockerfiles/almalinux-8
@@ -33,9 +33,9 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir to install
-ARG erlangversion=26.2.5.11
+ARG erlangversion=26.2.5.16
 ARG elixirversion=v1.18.4
-ARG nodeversion=20
+ARG nodeversion=22
 
 # Create Jenkins user and group
 RUN groupadd --gid 910 jenkins; \
diff --git a/dockerfiles/almalinux-9 b/dockerfiles/almalinux-9
index 73f31e4..fae7c92 100644
--- a/dockerfiles/almalinux-9
+++ b/dockerfiles/almalinux-9
@@ -33,9 +33,9 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir to install
-ARG erlangversion=26.2.5.11
+ARG erlangversion=26.2.5.16
 ARG elixirversion=v1.18.4
-ARG nodeversion=20
+ARG nodeversion=22
 
 # Create Jenkins user and group
 RUN groupadd --gid 910 jenkins; \
diff --git a/dockerfiles/debian-bookworm b/dockerfiles/debian-bookworm
index 6a13ae6..c610f67 100644
--- a/dockerfiles/debian-bookworm
+++ b/dockerfiles/debian-bookworm
@@ -38,9 +38,9 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=26.2.5.11
+ARG erlangversion=26.2.5.16
 ARG elixirversion=v1.18.4
-ARG nodeversion=20
+ARG nodeversion=22
 
 # Create Jenkins user and group
 RUN groupadd --gid 910 jenkins; \
diff --git a/dockerfiles/debian-bullseye b/dockerfiles/debian-bullseye
index 32499a9..5bc407b 100644
--- a/dockerfiles/debian-bullseye
+++ b/dockerfiles/debian-bullseye
@@ -38,9 +38,9 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=26.2.5.11
+ARG erlangversion=26.2.5.16
 ARG elixirversion=v1.18.4
-ARG nodeversion=20
+ARG nodeversion=22
 
 # Create Jenkins user and group
 RUN groupadd --gid 910 jenkins; \
diff --git a/dockerfiles/debian-trixie b/dockerfiles/debian-trixie
index 536643c..0d53630 100644
--- a/dockerfiles/debian-trixie
+++ b/dockerfiles/debian-trixie
@@ -38,9 +38,9 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=26.2.5.11
+ARG erlangversion=26.2.5.16
 ARG elixirversion=v1.18.4
-ARG nodeversion=20
+ARG nodeversion=22
 
 # Create Jenkins user and group
 RUN groupadd --gid 910 jenkins; \
diff --git a/dockerfiles/ubuntu-jammy b/dockerfiles/ubuntu-jammy
index 450fc0e..f9dc20c 100644
--- a/dockerfiles/ubuntu-jammy
+++ b/dockerfiles/ubuntu-jammy
@@ -36,9 +36,9 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir to install
-ARG erlangversion=26.2.5.11
+ARG erlangversion=26.2.5.16
 ARG elixirversion=v1.18.4
-ARG nodeversion=20
+ARG nodeversion=22
 
 # Create Jenkins user and group
 RUN groupadd --gid 910 jenkins; \
diff --git a/dockerfiles/ubuntu-noble b/dockerfiles/ubuntu-noble
index 244bc9b..2b52c49 100644
--- a/dockerfiles/ubuntu-noble
+++ b/dockerfiles/ubuntu-noble
@@ -36,9 +36,9 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir to install
-ARG erlangversion=26.2.5.11
+ARG erlangversion=26.2.5.16
 ARG elixirversion=v1.18.4
-ARG nodeversion=20
+ARG nodeversion=22
 
 # Create Jenkins user and group
 RUN groupadd --gid 910 jenkins; \

Reply via email to