Update to Phoenix 1.6 and chase dependencies

Also bump minimum Elixir to 1.11
This commit is contained in:
Mark Felder 2022-11-02 21:56:43 -04:00
commit 7c64f705f6
17 changed files with 99 additions and 59 deletions

View file

@ -1,4 +1,4 @@
FROM elixir:1.10-alpine as build
FROM elixir:1.11.4-alpine as build
COPY . .