fix: Update elixir base docker image to support new erlang
This commit is contained in:
parent
c86228e9ab
commit
0102f54537
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM elixir:1.8.0-alpine AS elixir1
|
||||
FROM elixir:1.10.4-alpine AS elixir1
|
||||
|
||||
RUN apk add make gcc libc-dev
|
||||
|
||||
|
|
Loading…
Reference in a new issue