Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be there. https://hub.docker.com/layers/library/elixir/1.5/images/sha256-d7e3150739b34ed2cd761580877b5947ea7d13232626c19d88aaeca3e8b4f2ed. I don't think we'll downgrade. If anything, we should upgrade. Thanks for the PR.

FROM elixir:1.15
RUN apt-get update && apt-get install -y inotify-tools
WORKDIR /elixir-koans
ADD . /elixir-koans/
Expand Down