This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch update-erlang-26-to-26.2.5.16 in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git
commit d79befcb5577d99f99a670e509108b3bad61e51c 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}
