Skip to content

Commit

Permalink
Merge pull request #32 from epochtalk/tool-versions
Browse files Browse the repository at this point in the history
fix: downgrade elixir docker version
  • Loading branch information
unenglishable authored Oct 17, 2020
2 parents 71ad7d6 + 04c3bb0 commit e30d58f
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 e30d58f

Please sign in to comment.