erlef / docker-elixir

Official Docker image for Elixir :whale: :turtle: :rocket:
http://elixir-lang.org/
50 stars 20 forks source link

Fix unmatched docker image version #58

Closed shouya closed 1 year ago

shouya commented 1 year ago

The images of tag 1.14.2-otp-24* didn't match the actual elixir version in it:

$ podman run -it --rm docker.io/library/elixir:1.14.2-otp-24-slim elixir --version
Erlang/OTP 24 [erts-12.3.2.6] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit]

Elixir 1.14.1 (compiled with Erlang/OTP 24)
getong commented 1 year ago

update file checksum

getong commented 1 year ago

please rebase into one commit.

getong commented 1 year ago

Thanks. Sorry for the delay.