From 42cb19a5939c900b5613627ce95115a2251e599c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 22:52:10 +0000 Subject: [PATCH] Update dependency elixir-lang/elixir to v1.15.2 --- jupyter-elixir/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-elixir/Dockerfile b/jupyter-elixir/Dockerfile index 7925b52f..724dc1cc 100644 --- a/jupyter-elixir/Dockerfile +++ b/jupyter-elixir/Dockerfile @@ -12,7 +12,7 @@ ENV PATH="${ERL_TOP}/target/bin:${ELIXIR_TOP}/bin:${PATH}" # renovate: datasource=github-tags depName=erlang/otp versioning=loose ARG ERL_VERSION=23.1.2 # renovate: datasource=github-tags depName=elixir-lang/elixir versioning=semver -ARG ELIXIR_VERSION=v1.14.0 +ARG ELIXIR_VERSION=v1.15.2 # renovate: datasource=github-tags depName=pprzetacznik/IElixir versioning=semver ARG IELIXIR_VERSION=v0.9.21