Switch to alpine:3.9 to avoid dlsym errors
authorAshlynn Anderson <pea@pea.sh>
Wed, 4 Sep 2019 18:56:26 +0000 (14:56 -0400)
committerAshlynn Anderson <pea@pea.sh>
Wed, 4 Sep 2019 18:56:26 +0000 (14:56 -0400)
Dockerfile

index 59a352bbcda3ddbaf728f5eca08da54f6d8f7f54..c61dcfde91251915289159b6663fe51b944c2bd9 100644 (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