From 1.17.1 to 1.17.2
This commit is contained in:
parent
790600b630
commit
ac6c4470a5
@ -37,7 +37,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'hexpm/elixir:1.17.1-erlang-27.0-debian-bookworm-20240612-slim'
|
||||
image: 'hexpm/elixir:1.17.2-erlang-27.0-debian-bookworm-20240701-slim'
|
||||
environment:
|
||||
MIX_ENV: test
|
||||
POSTGRES_HOST: &db_host db
|
||||
@ -105,7 +105,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: compile app
|
||||
image: &elixir 'hexpm/elixir:1.17.1-erlang-27.0-debian-bookworm-20240612-slim'
|
||||
image: &elixir 'hexpm/elixir:1.17.2-erlang-27.0-debian-bookworm-20240701-slim'
|
||||
commands:
|
||||
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
|
||||
- mix compile --all-warnings --warnings-as-errors
|
||||
|
@ -1,2 +1,2 @@
|
||||
erlang 27.0
|
||||
elixir 1.17.1-otp-27
|
||||
elixir 1.17.2-otp-27
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM hexpm/elixir:1.17.1-erlang-27.0-debian-bookworm-20240612-slim AS builder
|
||||
FROM hexpm/elixir:1.17.2-erlang-27.0-debian-bookworm-20240701-slim AS builder
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install make
|
||||
|
Loading…
x
Reference in New Issue
Block a user