This commit is contained in:
Mayel de Borniol 2022-05-22 09:41:40 +12:00
parent b375157b44
commit 5ea6f720fe
2 changed files with 5 additions and 5 deletions

View file

@ -1,2 +1,2 @@
erlang 24.3.4
elixir 1.13.4-otp-24
erlang 25.0
elixir 1.13.4-otp-25

View file

@ -10,9 +10,9 @@ ARG ELIXIR_VERSION=1.13
# The version of Alpine to use for the final image
# This should match the version of Alpine that the current elixir & erlang images (in Step 1) use.
# To find this you need to:
# 1. Locate the dockerfile for the elixir image to check what erlang version is used
# e.g. https://github.com/erlef/docker-elixir/blob/master/1.13/Dockerfile
# 2. Locate the corresponding dockerfile for the erlang versio used and copy the alpine version indicated there below:
# 1. Locate the dockerfile for the elixir image matching the version, and check what erlang version it uses
# e.g. https://github.com/erlef/docker-elixir/blob/master/1.13/alpine/Dockerfile
# 2. Locate the corresponding dockerfile for the erlang version used, and check what alpine version it uses, and then copy that number into the ARG below:
# e.g. https://github.com/erlang/docker-erlang-otp/blob/master/24/alpine/Dockerfile
ARG ALPINE_VERSION=3.15