forked from AkkomaGang/akkoma
Switch to alpine:3.9 to avoid dlsym errors
This commit is contained in:
parent
4b422b5469
commit
053b17f57e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue