Skip to content

Commit

Permalink
Update Elixir version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Apr 2, 2024
1 parent 9550ccf commit 19c8125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.11.4-alpine
FROM elixir:1.14-alpine

ARG PLEROMA_VER=develop
ARG UID=911
Expand All @@ -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 \
Expand Down

0 comments on commit 19c8125

Please sign in to comment.