You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/14 01:57:27 UTC

[couchdb-ci] 03/04: Default to current Debian Stable for erlang:all

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

kocolosk pushed a commit to branch update-debian-pr-images
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git

commit 30b39ee3b3777957ff0447722f67df7eab13872f
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Wed Jan 12 16:46:38 2022 -0500

    Default to current Debian Stable for erlang:all
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 23749f4..d45d979 100755
--- a/build.sh
+++ b/build.sh
@@ -45,7 +45,7 @@ SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 DEBIANS="debian-stretch debian-buster debian-bullseye"
 UBUNTUS="ubuntu-xenial ubuntu-bionic ubuntu-focal"
 CENTOSES="centos-7 centos-8"
-ERLANGALL_BASE="debian-buster"
+ERLANGALL_BASE="debian-bullseye"
 XPLAT_BASE="debian-buster"
 # XPLAT_ARCHES="arm64v8 ppc64le"
 XPLAT_ARCHES="arm64v8"