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 44fa7db  Update Erlang 24, 25 and 26
44fa7db is described below

commit 44fa7db8dce5caf12ae017a35284dddec26f1370
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Mon Jan 1 22:52:02 2024 -0500

    Update Erlang 24, 25 and 26
    
    24.3.4.15
    25.3.2.8
    26.2.1
---
 bin/install-dependencies.sh |  2 +-
 dockerfiles/almalinux-8     |  2 +-
 dockerfiles/almalinux-9     |  2 +-
 dockerfiles/centos-7        |  2 +-
 dockerfiles/debian-bookworm |  2 +-
 dockerfiles/debian-bullseye |  2 +-
 dockerfiles/debian-buster   |  2 +-
 dockerfiles/ubuntu-bionic   |  2 +-
 dockerfiles/ubuntu-focal    |  2 +-
 dockerfiles/ubuntu-jammy    |  2 +-
 pull-all-couchdbdev-docker  | 20 ++++++++++----------
 11 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/bin/install-dependencies.sh b/bin/install-dependencies.sh
index cd919c5..9eb11af 100755
--- a/bin/install-dependencies.sh
+++ b/bin/install-dependencies.sh
@@ -30,7 +30,7 @@ set -e
 
 # Defaults updated 2023-03-20
 NODEVERSION=${NODEVERSION:-14}
-ERLANGVERSION=${ERLANGVERSION:-24.3.4.14}
+ERLANGVERSION=${ERLANGVERSION:-24.3.4.15}
 ELIXIRVERSION=${ELIXIRVERSION:-v1.15.7}
 
 
diff --git a/dockerfiles/almalinux-8 b/dockerfiles/almalinux-8
index 0607bb6..be2acc2 100644
--- a/dockerfiles/almalinux-8
+++ b/dockerfiles/almalinux-8
@@ -34,7 +34,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=24.3.4.14
+ARG erlangversion=24.3.4.15
 ARG elixirversion=v1.15.7
 ARG nodeversion=18
 
diff --git a/dockerfiles/almalinux-9 b/dockerfiles/almalinux-9
index 7837c42..cc749e1 100644
--- a/dockerfiles/almalinux-9
+++ b/dockerfiles/almalinux-9
@@ -34,7 +34,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=24.3.4.14
+ARG erlangversion=24.3.4.15
 ARG elixirversion=v1.15.7
 ARG nodeversion=18
 
diff --git a/dockerfiles/centos-7 b/dockerfiles/centos-7
index 06f6f04..6af206a 100644
--- a/dockerfiles/centos-7
+++ b/dockerfiles/centos-7
@@ -34,7 +34,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=24.3.4.14
+ARG erlangversion=24.3.4.15
 ARG elixirversion=v1.15.7
 ARG nodeversion=14
 
diff --git a/dockerfiles/debian-bookworm b/dockerfiles/debian-bookworm
index b4cb820..69cb0e0 100644
--- a/dockerfiles/debian-bookworm
+++ b/dockerfiles/debian-bookworm
@@ -36,7 +36,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=24.3.4.14
+ARG erlangversion=24.3.4.15
 ARG elixirversion=v1.15.7
 ARG nodeversion=18
 
diff --git a/dockerfiles/debian-bullseye b/dockerfiles/debian-bullseye
index b582a02..ff8c884 100644
--- a/dockerfiles/debian-bullseye
+++ b/dockerfiles/debian-bullseye
@@ -36,7 +36,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=24.3.4.14
+ARG erlangversion=24.3.4.15
 ARG elixirversion=v1.15.7
 ARG nodeversion=18
 
diff --git a/dockerfiles/debian-buster b/dockerfiles/debian-buster
index c7a3930..21e99da 100644
--- a/dockerfiles/debian-buster
+++ b/dockerfiles/debian-buster
@@ -36,7 +36,7 @@ ARG js=js
 # Choose whether to install Erlang, default yes
 ARG erlang=erlang
 # Select version of Node, Erlang and Elixir
-ARG erlangversion=24.3.4.14
+ARG erlangversion=24.3.4.15
 ARG elixirversion=v1.15.7
 ARG nodeversion=18
 
diff --git a/dockerfiles/ubuntu-bionic b/dockerfiles/ubuntu-bionic
index 9d813f7..827e853 100644
--- a/dockerfiles/ubuntu-bionic
+++ b/dockerfiles/ubuntu-bionic
@@ -34,7 +34,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=24.3.4.14
+ARG erlangversion=24.3.4.15
 ARG elixirversion=v1.15.7
 ARG nodeversion=16
 
diff --git a/dockerfiles/ubuntu-focal b/dockerfiles/ubuntu-focal
index 5085b80..8f2930c 100644
--- a/dockerfiles/ubuntu-focal
+++ b/dockerfiles/ubuntu-focal
@@ -34,7 +34,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=24.3.4.14
+ARG erlangversion=24.3.4.15
 ARG elixirversion=v1.15.7
 ARG nodeversion=18
 
diff --git a/dockerfiles/ubuntu-jammy b/dockerfiles/ubuntu-jammy
index c1d57fc..57b7522 100644
--- a/dockerfiles/ubuntu-jammy
+++ b/dockerfiles/ubuntu-jammy
@@ -34,7 +34,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=24.3.4.14
+ARG erlangversion=24.3.4.15
 ARG elixirversion=v1.15.7
 ARG nodeversion=18
 
diff --git a/pull-all-couchdbdev-docker b/pull-all-couchdbdev-docker
index 21e7da7..4e472c9 100644
--- a/pull-all-couchdbdev-docker
+++ b/pull-all-couchdbdev-docker
@@ -4,16 +4,16 @@ DOCKER_ORG="apache"
 
 # These are the images that are currently being used, so don't `docker rmi` 
them on cleanup.
 KEEP_IMAGES=(
-couchdbci-debian:bullseye-erlang-25.3.2.7
-couchdbci-debian:bullseye-erlang-26.1.2
-couchdbci-debian:buster-erlang-24.3.4.14
-couchdbci-debian:bullseye-erlang-24.3.4.14
-couchdbci-centos:9-erlang-24.3.4.14
-couchdbci-centos:8-erlang-24.3.4.14
-couchdbci-centos:7-erlang-24.3.4.14
-couchdbci-ubuntu:bionic-erlang-24.3.4.14
-couchdbci-ubuntu:jammy-erlang-24.3.4.14
-couchdbci-ubuntu:focal-erlang-24.3.4.14
+couchdbci-debian:bullseye-erlang-25.3.2.8
+couchdbci-debian:bullseye-erlang-26.2.1
+couchdbci-debian:buster-erlang-24.3.4.15
+couchdbci-debian:bullseye-erlang-24.3.4.15
+couchdbci-centos:9-erlang-24.3.4.15
+couchdbci-centos:8-erlang-24.3.4.15
+couchdbci-centos:7-erlang-24.3.4.15
+couchdbci-ubuntu:bionic-erlang-24.3.4.15
+couchdbci-ubuntu:jammy-erlang-24.3.4.15
+couchdbci-ubuntu:focal-erlang-24.3.4.15
 )
 
 for image in ${KEEP_IMAGES[*]}

Reply via email to