Switch to alpine:3.9 to avoid dlsym errors

This commit is contained in:
Ashlynn Anderson 2019-09-04 14:56:26 -04:00
parent 4b422b5469
commit 053b17f57e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN apk add git gcc g++ musl-dev make &&\
mkdir release &&\
mix release --path release
FROM alpine:latest
FROM alpine:3.9
ARG HOME=/opt/pleroma
ARG DATA=/var/lib/pleroma