This is an automated email from the ASF dual-hosted git repository.
vatamane 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 a653ad8 Updated all Erlang images to latest 26, 27 and 28 versions
a653ad8 is described below
commit a653ad8782481df33efa2c5c56053a2d498517e6
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Fri Nov 7 22:18:08 2025 -0500
Updated all Erlang images to latest 26, 27 and 28 versions
26.2.6.16
27.3.4.5
28.1.1
* https://hub.docker.com/repository/docker/apache/couchdbci-centos/tags
* https://hub.docker.com/repository/docker/apache/couchdbci-debian/tags
* https://hub.docker.com/repository/docker/apache/couchdbci-ubuntu/tags
---
bin/install-dependencies.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/install-dependencies.sh b/bin/install-dependencies.sh
index 9811d7e..25a6d87 100755
--- a/bin/install-dependencies.sh
+++ b/bin/install-dependencies.sh
@@ -30,7 +30,7 @@ set -e
# Defaults updated 2023-03-20
NODEVERSION=${NODEVERSION:-20}
-ERLANGVERSION=${ERLANGVERSION:-26.2.5.15}
+ERLANGVERSION=${ERLANGVERSION:-26.2.5.16}
ELIXIRVERSION=${ELIXIRVERSION:-v1.18.4}