From eaafef32e418b616a66f9c57e8b0ba7d3f7f2621 Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Tue, 1 Oct 2019 15:58:19 +0200 Subject: [PATCH] pleroma: update to v1.0.7 --- pleroma/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pleroma/Dockerfile b/pleroma/Dockerfile index 9d655f2..8ba00a6 100644 --- a/pleroma/Dockerfile +++ b/pleroma/Dockerfile @@ -2,7 +2,7 @@ FROM d.xr.to/base AS builder RUN xbps-remote git gcc make libressl-devel elixir && mkdir /app ENV HOME=/app/pleroma ENV MIX_ENV=prod -RUN git clone --depth 1 --branch v1.0.0 https://git.pleroma.social/pleroma/pleroma.git /app/pleroma +RUN git clone --depth 1 --branch v1.0.7 https://git.pleroma.social/pleroma/pleroma.git /app/pleroma WORKDIR /app/pleroma VOLUME /app/pleroma/uploads COPY files/ /bin