From 3195b2a0b2800f80c746982e7d0ba0eb9752b427 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christopher=20Cot=C3=A9?= Date: Sun, 5 Jan 2025 15:42:06 -0500 Subject: [PATCH] upadte CI container --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fdba7d..0015da0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: hexpm/elixir:1.12.3-erlang-24.0.6-alpine-3.14.0 +image: hexpm/elixir:1.17.3-erlang-27.1.2-alpine-3.18.9 variables: MIX_ENV: "test" -- 2.45.3