Update Erlang to 28.4.2
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
# - Ex: hexpm/elixir:1.17.2-erlang-27.1-debian-bullseye-20240904-slim
|
# - Ex: hexpm/elixir:1.17.2-erlang-27.1-debian-bullseye-20240904-slim
|
||||||
#
|
#
|
||||||
ARG ELIXIR_VERSION=1.20.0-rc.4
|
ARG ELIXIR_VERSION=1.20.0-rc.4
|
||||||
ARG OTP_VERSION=28.4.1
|
ARG OTP_VERSION=28.4.2
|
||||||
ARG DEBIAN_VERSION=trixie-20260406-slim
|
ARG DEBIAN_VERSION=trixie-20260406-slim
|
||||||
|
|
||||||
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
|
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ push via GitHub Actions.
|
|||||||
|
|
||||||
The Docker image is a multi-stage build:
|
The Docker image is a multi-stage build:
|
||||||
|
|
||||||
1. **Builder** — `hexpm/elixir:1.20.0-rc.4-erlang-28.4.1-debian-trixie-20260406-slim` with
|
1. **Builder** — `hexpm/elixir:1.20.0-rc.4-erlang-28.4.2-debian-trixie-20260406-slim` with
|
||||||
Node.js 24, compiles deps, builds assets (`mix assets.deploy`), generates an OTP release.
|
Node.js 24, compiles deps, builds assets (`mix assets.deploy`), generates an OTP release.
|
||||||
2. **Runner** — `debian:trixie-20260406-slim` with minimal runtime deps (`libstdc++6`,
|
2. **Runner** — `debian:trixie-20260406-slim` with minimal runtime deps (`libstdc++6`,
|
||||||
`openssl`, `libncurses6`, `ca-certificates`). Runs as unprivileged `nobody` user.
|
`openssl`, `libncurses6`, `ca-certificates`). Runs as unprivileged `nobody` user.
|
||||||
|
|||||||
Reference in New Issue
Block a user