File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ RUN install-tool protoc 29.2
131
131
FROM build AS test-erlang
132
132
133
133
# renovate: datasource=github-releases packageName=containerbase/erlang-prebuild versioning=docker
134
- RUN install-tool erlang 27.3.4 .0
134
+ RUN install-tool erlang 28.0.1 .0
135
135
# renovate: datasource=github-releases packageName=elixir-lang/elixir
136
136
RUN install-tool elixir 1.18.4
137
137
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ FROM base AS testa
49
49
50
50
# https://hexdocs.pm/elixir/1.17.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
51
51
# renovate: datasource=github-releases packageName=containerbase/erlang-prebuild versioning=docker
52
- RUN install-tool erlang 27.3.4 .0
52
+ RUN install-tool erlang 28.0.1 .0
53
53
54
54
# renovate: datasource=github-releases packageName=elixir-lang/elixir
55
55
RUN install-tool elixir 1.18.4
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
38
38
FROM base AS test-erlang
39
39
40
40
# renovate: datasource=github-releases packageName=containerbase/erlang-prebuild versioning=docker
41
- RUN install-tool erlang 27.3.4 .0
41
+ RUN install-tool erlang 28.0.1 .0
42
42
43
43
#--------------------------------------
44
44
# Image: elixir
You can’t perform that action at this time.
0 commit comments