From a1b76ac0a93aeccb70b7c58962f4a67993e2f82b Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 11 Mar 2024 13:31:33 +0100 Subject: [PATCH] Container: Update to Elixir 1.16.2 --- .github/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/container/Dockerfile b/.github/container/Dockerfile index 24029d2b6..f9a97e0af 100644 --- a/.github/container/Dockerfile +++ b/.github/container/Dockerfile @@ -1,7 +1,7 @@ #' Define default build variables ## specifc ARGs for METHOD='direct' ARG OTP_VSN='26.2' -ARG ELIXIR_VSN='1.16.1' +ARG ELIXIR_VSN='1.16.2' ## specifc ARGs for METHOD='package' ARG ALPINE_VSN='3.19' ## general ARGs