Upgrade elixir and erlang runtimes #83

Merged
joao.dubas merged 26 commits from jpd-feat-upgrade-runtimes into main 2024-07-08 21:04:27 +00:00
Showing only changes of commit 7125401e43 - Show all commits

View File

@ -37,9 +37,9 @@ steps:
restore: true
volumes: &volumes
- name: app_build
path: _build
path: /drone/src/_build
- name: app_deps
path: deps
path: /drone/src/deps
- name: dependencies
image: &elixir 'hexpm/elixir:1.17.2-erlang-27.0-debian-bookworm-20240701-slim'