add imagemagick and update inherited container to alpine:3.11

This commit is contained in:
jp 2020-03-31 21:31:23 -04:00
commit c2715ed772
2 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,7 @@ RUN apk add git gcc g++ musl-dev make &&\
mkdir release &&\
mix release --path release
FROM alpine:3.9
FROM alpine:3.11
ARG BUILD_DATE
ARG VCS_REF