Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Jul 8, 2021
1 parent ab0e900 commit 58f4876
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion transport-site/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# see https://hub.docker.com/r/hexpm/elixir
# We leverage the base images published by hexpm.
#
# https://hub.docker.com/r/hexpm/elixir
#
# They provide the ability to decouple Elixir version
# and OTP version, which is a nice feature for
# incremental/decoupled upgrades.
#
# These base images package Elixir and OTP releases found at:
# - https://github.com/elixir-lang/elixir/releases
# - https://github.com/erlang/otp/releases
#
FROM hexpm/elixir:1.12.1-erlang-24.0.3-alpine-3.13.3

# TODO: iconv could probably be removed later
Expand Down

0 comments on commit 58f4876

Please sign in to comment.