update elixir/erlang version

This commit is contained in:
Graham McIntire 2025-06-15 10:49:57 -05:00
parent 1df2f4a716
commit 11403dea01

View file

@ -9,12 +9,12 @@
# - https://hub.docker.com/r/hexpm/elixir/tags - for the build image
# - https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye-20250113-slim - for the release image
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.18.2-erlang-27.2-debian-bullseye-20250113-slim
# - Ex: hexpm/elixir:1.18.3-erlang-27.2.1-debian-bullseye-20250113-slim
# - https://hub.docker.com/r/aquasec/trivy - for security scanning
#
ARG ELIXIR_VERSION=1.18.2
ARG OTP_VERSION=27.2
ARG DEBIAN_VERSION=bullseye-20250113-slim
ARG ELIXIR_VERSION=1.18.4
ARG OTP_VERSION=27.2.4
ARG DEBIAN_VERSION=bullseye-20250610-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"