Upgrade elixir and erlang runtimes #83

Merged
joao.dubas merged 26 commits from jpd-feat-upgrade-runtimes into main 2024-07-08 21:04:27 +00:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit b8e343fcc3 - Show all commits

View File

@ -37,7 +37,7 @@ steps:
restore: true restore: true
- name: test - name: test
image: 'hexpm/elixir:1.17.0-erlang-27.0-debian-bookworm-20240513-slim' image: 'hexpm/elixir:1.17.1-erlang-27.0-debian-bookworm-20240612-slim'
environment: environment:
MIX_ENV: test MIX_ENV: test
POSTGRES_HOST: &db_host db POSTGRES_HOST: &db_host db
@ -105,7 +105,7 @@ steps:
restore: true restore: true
- name: compile app - name: compile app
image: &elixir 'hexpm/elixir:1.17.0-erlang-27.0-debian-bookworm-20240513-slim' image: &elixir 'hexpm/elixir:1.17.1-erlang-27.0-debian-bookworm-20240612-slim'
commands: commands:
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile - mix do local.rebar --force, local.hex --force, deps.get, deps.compile
- mix compile --all-warnings --warnings-as-errors - mix compile --all-warnings --warnings-as-errors

View File

@ -1,2 +1,2 @@
erlang 27.0 erlang 27.0
elixir 1.17.0-otp-27 elixir 1.17.1-otp-27

View File

@ -1,4 +1,4 @@
FROM hexpm/elixir:1.17.0-erlang-27.0-debian-bookworm-20240513-slim AS builder FROM hexpm/elixir:1.17.1-erlang-27.0-debian-bookworm-20240612-slim AS builder
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install make && apt-get -y install make