mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-21 11:08:38 +00:00
Update Elixir version to 1.14
This commit is contained in:
parent
9550ccfd1c
commit
19c8125218
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM elixir:1.11.4-alpine
|
||||
FROM elixir:1.14-alpine
|
||||
|
||||
ARG PLEROMA_VER=develop
|
||||
ARG UID=911
|
||||
|
@ -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 ${PLEROMA_VER}
|
||||
|
||||
RUN echo "import Mix.Config" > config/prod.secret.exs \
|
||||
&& mix local.hex --force \
|
||||
|
|
Loading…
Reference in a new issue