Skip to content

Commit f2cfec3

Browse files
Update dependency erlang to v28.0.4 (#1498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5343dd4 commit f2cfec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 28.0.2
1+
erlang 28.0.4
22
elixir 1.18.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# renovate: datasource=github-tags depName=elixir packageName=elixir-lang/elixir versioning=semver
66
ARG 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.2
8+
ARG OTP_VERSION=28.0.4
99
# renovate: datasource=docker depName=ubuntu packageName=ubuntu versioning=ubuntu
1010
ARG UBUNTU_VERSION=noble-20250805
1111

0 commit comments

Comments
 (0)