Always checkout latest tag
This commit is contained in:
parent
8fb03c885c
commit
6bf175f066
@ -24,7 +24,7 @@ USER pleroma
|
||||
WORKDIR /pleroma
|
||||
|
||||
RUN git clone -b develop https://git.pleroma.social/pleroma/pleroma.git /pleroma \
|
||||
&& git checkout ${PLEROMA_VER}
|
||||
&& git checkout $(git tag --contains | tail -1)
|
||||
|
||||
RUN echo "import Mix.Config" > config/prod.secret.exs \
|
||||
&& mix local.hex --force \
|
||||
|
Loading…
Reference in New Issue
Block a user