From 047d9570528ae8c9490ee0ce7569f1b5f925dee8 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 1 Oct 2024 20:56:56 +0000 Subject: [PATCH] chore(ci): upgrade erlang/elixir runtimes * `erlang` from 27.0.1 to 27.1.1 * `elixir` from 1.17.2 to 1.17.3 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0b6202f..1cec13b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,7 @@ steps: path: /drone/src/deps - name: dependencies and compile - image: &elixir 'hexpm/elixir:1.17.2-erlang-27.0.1-debian-bookworm-20240701-slim' + image: &elixir 'hexpm/elixir:1.17.3-erlang-27.1.1-debian-bookworm-20240926-slim' commands: - apt-get update - apt-get install -y git make