Merge branch 'shared-connection-pool' into 'master'

fix: Update elixir base docker image to support new erlang

See merge request mythic-insight/legendary!37
This commit is contained in:
Robert Prehn 2021-02-26 01:54:20 +00:00
commit 6fa1a00f2d

View file

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