File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- erlang 27.2
1
+ erlang 27.2.1
2
2
elixir 1.18.2
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.2
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=27.2
8
+ ARG OTP_VERSION=27.2.1
9
9
# renovate: datasource=docker depName=ubuntu packageName=ubuntu versioning=ubuntu
10
- ARG UBUNTU_VERSION=jammy-20240808
10
+ ARG UBUNTU_VERSION=jammy-20240911.1
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