feat: upgrade erlang from 27.3.4 to 28.0.1
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
10d7f15598
commit
b0c6b9199f
@ -44,7 +44,7 @@ steps:
|
||||
path: /drone/src/deps
|
||||
|
||||
- name: dependencies and compile
|
||||
image: &elixir 'hexpm/elixir:1.18.4-erlang-27.3.4-debian-bookworm-20250520-slim'
|
||||
image: &elixir 'hexpm/elixir:1.18.4-erlang-28.0.1-debian-bookworm-20250610-slim'
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y git make
|
||||
|
@ -1,3 +1,3 @@
|
||||
erlang 27.3.4
|
||||
erlang 28.0.1
|
||||
elixir 1.18.4
|
||||
lefthook 1.11.14
|
||||
|
@ -1,6 +1,6 @@
|
||||
ARG ELIXIR_VERSION=1.18.4
|
||||
ARG OTP_VERSION=27.3.4
|
||||
ARG DEBIAN_VERSION=bookworm-20250520-slim
|
||||
ARG OTP_VERSION=28.0.1
|
||||
ARG DEBIAN_VERSION=bookworm-20250610-slim
|
||||
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
|
||||
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user