Dockerfile: align Elixir/OTP/Debian versions with microwaveprop

This commit is contained in:
Graham McIntire 2026-04-29 12:45:01 -05:00
parent 4b54b88b9f
commit a3cb40188b
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1.6
# Build arguments
ARG ELIXIR_VERSION=1.19.5
ARG OTP_VERSION=28.3
ARG DEBIAN_VERSION=trixie-20260202-slim
ARG OTP_VERSION=28.4.1
ARG DEBIAN_VERSION=trixie-20260316-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"