File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- erlang 28.0.1
1+ erlang 28.0.2
22elixir 1.18.4
Original file line number Diff line number Diff line change 55# renovate: datasource=github-tags depName=elixir packageName=elixir-lang/elixir versioning=semver
66ARG ELIXIR_VERSION=1.18.4
77# renovate: datasource=github-tags depName=erlang packageName=erlang/otp versioning=regex:^(?<major>\d+?)\.(?<minor>\d+?)(\.(?<patch>\d+))?$ extractVersion=^OTP-(?<version>\S+)
8- ARG OTP_VERSION=28.0.1
8+ ARG OTP_VERSION=28.0.2
99# renovate: datasource=docker depName=ubuntu packageName=ubuntu versioning=ubuntu
10- ARG UBUNTU_VERSION=noble-20250619
10+ ARG UBUNTU_VERSION=noble-20250714
1111
1212ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-ubuntu-${UBUNTU_VERSION}"
1313ARG RUNTIME_IMAGE="ubuntu:${UBUNTU_VERSION}"
You can’t perform that action at this time.
0 commit comments