feat: upgrade runtimes #154

Merged
joao.dubas merged 3 commits from jpd-feat-upgrade-runtimes into main 2025-05-22 17:23:39 +00:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit ac02060707 - Show all commits

View File

@ -44,7 +44,7 @@ steps:
path: /drone/src/deps
- name: dependencies and compile
image: &elixir 'hexpm/elixir:1.18.3-erlang-27.3.4-debian-bookworm-20250428-slim'
image: &elixir 'hexpm/elixir:1.18.4-erlang-27.3.4-debian-bookworm-20250520-slim'
commands:
- apt-get update
- apt-get install -y git make

View File

@ -1,3 +1,3 @@
erlang 27.3.4
elixir 1.18.4
lefthook 1.11.12
lefthook 1.11.13

View File

@ -1,6 +1,6 @@
ARG ELIXIR_VERSION=1.18.3
ARG ELIXIR_VERSION=1.18.4
ARG OTP_VERSION=27.3.4
ARG DEBIAN_VERSION=bookworm-20250428-slim
ARG DEBIAN_VERSION=bookworm-20250520-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"