feat: upgrade erlang from 27.3.4 to 28.0.1 (#161)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #161
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
João Paulo Dubas 2025-06-21 21:59:53 +00:00 committed by João Paulo Dubas
parent 10d7f15598
commit 69b2b9fe31
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,3 +1,3 @@
erlang 27.3.4
erlang 28.0.1
elixir 1.18.4
lefthook 1.11.14

View File

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