Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ RUN install-tool protoc 32.1
FROM build AS test-erlang

# renovate: datasource=github-releases packageName=containerbase/erlang-prebuild versioning=docker
RUN install-tool erlang 27.3.4.3
RUN install-tool erlang 28.0.4.0
# renovate: datasource=github-releases packageName=elixir-lang/elixir
RUN install-tool elixir 1.18.4

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.3.4.3
RUN install-tool erlang 28.0.4.0

# renovate: datasource=github-releases packageName=elixir-lang/elixir
RUN install-tool elixir 1.18.4
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.3.4.3
RUN install-tool erlang 28.0.4.0

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