feat: upgrade erlang to 27.0.1

This commit is contained in:
João Paulo Dubas 2024-07-11 19:46:18 +00:00
parent 2fa1a773f2
commit 9ea3a0e7ca
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ steps:
path: /drone/src/deps
- name: dependencies and compile
image: &elixir 'hexpm/elixir:1.17.2-erlang-27.0-debian-bookworm-20240701-slim'
image: &elixir 'hexpm/elixir:1.17.2-erlang-27.0.1-debian-bookworm-20240701-slim'
commands:
- apt-get update
- apt-get install -y git make

View File

@ -1,2 +1,2 @@
erlang 27.0
erlang 27.0.1
elixir 1.17.2-otp-27

View File

@ -1,4 +1,4 @@
FROM hexpm/elixir:1.17.2-erlang-27.0-debian-bookworm-20240701-slim AS builder
FROM hexpm/elixir:1.17.2-erlang-27.0.1-debian-bookworm-20240701-slim AS builder
RUN apt-get update \
&& apt-get -y install git make