update elixir and erlang
This commit is contained in:
parent
3a408a8dc1
commit
8cb8b5b027
2 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
erlang 29.0.1
|
||||
elixir 1.20.1-otp-29
|
||||
erlang 29.0.2
|
||||
elixir 1.20.2-otp-29
|
||||
#elixir 1.20.0-rc.1-otp-28
|
||||
nodejs 22.22.2
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@
|
|||
# - https://pkgs.org/ - resource for finding needed packages
|
||||
# - Ex: docker.io/hexpm/elixir:1.19.4-erlang-28.3-debian-trixie-20251229-slim
|
||||
#
|
||||
ARG ELIXIR_VERSION=1.20.0
|
||||
ARG OTP_VERSION=29.0.1
|
||||
ARG DEBIAN_VERSION=trixie-20260518-slim
|
||||
ARG ELIXIR_VERSION=1.20.2
|
||||
ARG OTP_VERSION=29.0.2
|
||||
ARG DEBIAN_VERSION=trixie-20260610-slim
|
||||
|
||||
ARG BUILDER_IMAGE="docker.io/hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
|
||||
ARG RUNNER_IMAGE="docker.io/debian:${DEBIAN_VERSION}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue