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
2
2
elixir 1.18.4
Original file line number Diff line number Diff line change 5
5
# renovate: datasource=github-tags depName=elixir packageName=elixir-lang/elixir versioning=semver
6
6
ARG ELIXIR_VERSION=1.18.4
7
7
# 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
9
9
# renovate: datasource=docker depName=ubuntu packageName=ubuntu versioning=ubuntu
10
- ARG UBUNTU_VERSION=noble-20250619
10
+ ARG UBUNTU_VERSION=noble-20250714
11
11
12
12
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-ubuntu-${UBUNTU_VERSION}"
13
13
ARG RUNTIME_IMAGE="ubuntu:${UBUNTU_VERSION}"
You can’t perform that action at this time.
0 commit comments