Update Erlang version 58/130858/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 12 Sep 2022 17:01:30 +0000 (10:01 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 12 Sep 2022 17:01:30 +0000 (10:01 -0700)
Update to the latest version available for
ubuntu trusty amd64

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: If70ef85ebab7456dccd8b5323f12a788430d0d77

packer/provision/local-docker.yaml

index 2b3f6ef..45fdaf1 100644 (file)
 
     - name: Install Erlang
       apt:
-        deb: https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_19.3.6-1~ubuntu~trusty_amd64.deb
+        deb: https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_24.1-1~ubuntu~trusty_amd64.deb
       become: true
       when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu'