Skip to content

Commit e30d58f

Browse files
Merge pull request #32 from epochtalk/tool-versions
fix: downgrade elixir docker version
2 parents 71ad7d6 + 04c3bb0 commit e30d58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM elixir:1.11.0
1+
FROM elixir:1.10.4
22
# work in /app instead of /
33
RUN mkdir -p /app
44
WORKDIR /app

0 commit comments

Comments
 (0)