Skip to content

Commit cfd91c8

Browse files
committed
Recommend Hex.pm Docker Images for prod
1 parent 70b5a71 commit cfd91c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install.markdown

+1-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ If you are familiar with Docker you can use the official Docker image to get sta
111111
* Enter bash within container with installed `elixir`
112112
* Run: `docker run -it --rm elixir bash`
113113

114-
Those distributions will likely install Erlang automatically for you too. In case they don't, check the [Installing Erlang](#installing-erlang) section below.
115-
116-
If you need to programmatically fetch the list of Elixir precompiled packages alongside their checksums, access [https://elixir-lang.org/elixir.csv](https://elixir-lang.org/elixir.csv).
114+
The above will automatically point to the latest Erlang and Elixir available. For production usage, we recommend using [Hex.pm Docker images](https://hub.docker.com/r/hexpm/elixir), which are immutable and point to a specific Erlang and Elixir version.
117115

118116
## Precompiled package
119117

0 commit comments

Comments
 (0)