Skip to content

Commit

Permalink
test(deps): update dependency erlang to v27.2.0.0 (main) (#3899)
Browse files Browse the repository at this point in the history
test(deps): update dependency erlang to v27.2.0.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Jan 10, 2025
1 parent 1953a77 commit 6bbd570
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ RUN install-tool wally 0.3.2
FROM build AS test-erlang

# renovate: datasource=github-releases packageName=containerbase/erlang-prebuild versioning=docker
RUN install-tool erlang 27.1.2.0
RUN install-tool erlang 27.2.0.0
# renovate: datasource=github-releases packageName=elixir-lang/elixir
RUN install-tool elixir 1.18.1

2 changes: 1 addition & 1 deletion test/erlang/Dockerfile
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ FROM base AS testa

# https://hexdocs.pm/elixir/1.17.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
# renovate: datasource=github-releases packageName=containerbase/erlang-prebuild versioning=docker
RUN install-tool erlang 27.1.2.0
RUN install-tool erlang 27.2.0.0

# renovate: datasource=github-releases packageName=elixir-lang/elixir
RUN install-tool elixir 1.18.1
2 changes: 1 addition & 1 deletion test/erlang/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-erlang

# renovate: datasource=github-releases packageName=containerbase/erlang-prebuild versioning=docker
RUN install-tool erlang 27.1.2.0
RUN install-tool erlang 27.2.0.0

#--------------------------------------
# Image: elixir

0 comments on commit 6bbd570

Please sign in to comment.