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 @@ -134,7 +134,7 @@ RUN install-tool protoc 32.1
134
134
FROM build AS test-erlang
135
135
136
136
# renovate: datasource=github-releases packageName=containerbase/erlang-prebuild versioning=docker
137
- RUN install-tool erlang 27.3 .4.3
137
+ RUN install-tool erlang 28.0 .4.0
138
138
# renovate: datasource=github-releases packageName=elixir-lang/elixir
139
139
RUN install-tool elixir 1.18.4
140
140
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.3
52
+ RUN install-tool erlang 28.0 .4.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.3
41
+ RUN install-tool erlang 28.0 .4.0
42
42
43
43
#--------------------------------------
44
44
# Image: elixir
You can’t perform that action at this time.
0 commit comments