From b18500ef93a0f1cb0dce2da21c2a49fa8730af0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christopher=20Cot=C3=A9?= Date: Fri, 17 Sep 2021 19:53:35 -0400 Subject: [PATCH] update ci docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee00fb2..4fdba7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: elixir:1.9.4-alpine +image: hexpm/elixir:1.12.3-erlang-24.0.6-alpine-3.14.0 variables: MIX_ENV: "test" -- 2.45.3