Skip to content

Commit

Permalink
fix: downgrade elixir docker version
Browse files Browse the repository at this point in the history
(1.11.0 has not been released yet)
  • Loading branch information
unenglishable committed Oct 16, 2020
1 parent 71ad7d6 commit 04c3bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.11.0
FROM elixir:1.10.4
# work in /app instead of /
RUN mkdir -p /app
WORKDIR /app
Expand Down

0 comments on commit 04c3bb0

Please sign in to comment.