add imagemagick and update inherited container to alpine:3.11
This commit is contained in:
parent
ec5d6eef6a
commit
c2715ed772
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue