feat: upgrade elixir/erlang runtimes

* elixir: 1.15.7 to 1.16.1
* erlang: 26.1.2 to 26.2.2
This commit is contained in:
Joao P Dubas 2024-02-11 04:42:18 +00:00
parent 7420139650
commit a580ab0f85
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,2 +1,2 @@
erlang 26.1.2 erlang 26.2.2
elixir 1.15.7 elixir 1.16.1

View File

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