From 1117b85b760c1385a7f04f6cec1123853874e9ea Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Thu, 5 Jan 2023 16:47:58 -0500 Subject: Fix Ubuntu Jammy CI image reference Just make it use the Erlang 24 version like all the other images --- build-aux/Jenkinsfile.full | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index ddb99e805..425cfb21b 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -50,7 +50,7 @@ meta = [ 'jammy': [ name: 'Ubuntu 22.04', spidermonkey_vsn: '91', - image: "apache/couchdbci-ubuntu:jammy-erlang-default" + image: "apache/couchdbci-ubuntu:jammy-erlang-${ERLANG_VERSION}" ], 'buster': [ -- cgit v1.2.1