feat: upgrade elixir/erlang runtimes
* erlang from 26.2.5 to 27.0 * elixir from 1.16.3 to 1.17.0-rc.0
This commit is contained in:
parent
ece17e3cf9
commit
ec597aac48
@ -37,7 +37,7 @@ steps:
|
|||||||
restore: true
|
restore: true
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: 'hexpm/elixir:1.16.3-erlang-26.2.5-debian-bookworm-20240513-slim'
|
image: 'hexpm/elixir:1.17.0-rc.0-erlang-27.0-debian-bookworm-20240513-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.16.3-erlang-26.2.5-debian-bookworm-20240513-slim'
|
image: &elixir 'hexpm/elixir:1.17.0-rc.0-erlang-27.0-debian-bookworm-20240513-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
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
erlang 26.2.5
|
erlang 27.0
|
||||||
elixir 1.16.3
|
elixir 1.17.0-rc.0-otp-27
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM hexpm/elixir:1.16.3-erlang-26.2.5-debian-bookworm-20240513-slim AS builder
|
FROM hexpm/elixir:1.17.0-rc.0-erlang-27.0-debian-bookworm-20240513-slim AS builder
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y install make
|
&& apt-get -y install make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user