Skip to content

Commit

Permalink
test(deps): update dependency erlang to v27.2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent aad0ac2 commit de29126
Show file tree
Hide file tree
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
Expand Up @@ -128,7 +128,7 @@ RUN install-tool protoc 29.2
FROM build AS test-erlang

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

Expand Down
2 changes: 1 addition & 1 deletion test/erlang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0.0
RUN install-tool erlang 27.2.1.0

# renovate: datasource=github-releases packageName=elixir-lang/elixir
RUN install-tool elixir 1.18.2
Expand Down
2 changes: 1 addition & 1 deletion test/erlang/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0.0
RUN install-tool erlang 27.2.1.0

#--------------------------------------
# Image: elixir
Expand Down

0 comments on commit de29126

Please sign in to comment.