From edbee59f23020ec9ff1fb62e2f991dcfa2442f85 Mon Sep 17 00:00:00 2001 From: Amogh Lele Date: Mon, 27 Feb 2023 16:46:01 +0530 Subject: [PATCH] fix: pin elixir upstream image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e14e7bd..80e4078 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:24-alpine AS build +FROM elixir:1.12-alpine AS build # install build dependencies RUN apk add --no-cache build-base npm git curl py-pip rust cargo