Skip to content

Commit b3652da

Browse files
test(deps): update dependency elixir to v1.20.1
1 parent c8b2b52 commit b3652da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ FROM build AS test-erlang
164164
# renovate: datasource=github-releases packageName=containerbase/erlang-prebuild versioning=docker
165165
RUN install-tool erlang 28.5.0.1
166166
# renovate: datasource=github-releases packageName=elixir-lang/elixir
167-
RUN install-tool elixir 1.19.5
167+
RUN install-tool elixir 1.20.1
168168

169169
#--------------------------------------
170170
# Image: test-haskell

test/erlang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ FROM base AS testa
5252
RUN install-tool erlang 28.5.0.1
5353

5454
# renovate: datasource=github-releases packageName=elixir-lang/elixir
55-
RUN install-tool elixir 1.19.5
55+
RUN install-tool elixir 1.20.1
5656

5757
RUN chown -R 12021:0 /test
5858
USER 12021

test/erlang/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN install-tool erlang 28.5.0.1
4646
FROM test-erlang AS test-elixir
4747

4848
# renovate: datasource=github-releases packageName=elixir-lang/elixir
49-
RUN install-tool elixir 1.19.5
49+
RUN install-tool elixir 1.20.1
5050

5151
#--------------------------------------
5252
# Image: final

0 commit comments

Comments
 (0)