Switch to alpine:3.9 to avoid dlsym errors
This commit is contained in:
parent
4b422b5469
commit
053b17f57e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user