Skip to content

Commit

Permalink
Fix Ubuntu Jammy CI image reference
Browse files Browse the repository at this point in the history
Just make it use the Erlang 24 version like all the other images
  • Loading branch information
nickva committed Jan 5, 2023
1 parent ac70fc0 commit 0d29e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 0d29e16

Please sign in to comment.