feat: bump erlang to 26.2.3

This commit is contained in:
João Paulo Dubas 2024-03-19 13:15:55 +00:00
parent dbce23e51a
commit 4f3263b096
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ steps:
restore: true
- name: test
image: &elixir 'hexpm/elixir:1.16.1-erlang-26.2.2-debian-bookworm-20240130-slim'
image: &elixir 'hexpm/elixir:1.16.2-erlang-26.2.3-debian-bookworm-20240130-slim'
environment:
MIX_ENV: test
POSTGRES_HOST: db

View File

@ -1,2 +1,2 @@
erlang 26.2.2
erlang 26.2.3
elixir 1.16.2

View File

@ -1,4 +1,4 @@
FROM hexpm/elixir:1.16.2-erlang-26.2.2-debian-bookworm-20240130-slim AS builder
FROM hexpm/elixir:1.16.2-erlang-26.2.3-debian-bookworm-20240130-slim AS builder
RUN apt-get update \
&& apt-get -y install make