fix: pin elixir upstream image

This commit is contained in:
Amogh Lele 2023-02-27 16:46:01 +05:30 committed by GitHub
parent d5cf0cac2b
commit edbee59f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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