erlef / docker-elixir

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

Pulling 1.14.5-otp25 gives you 1.14.4 #74

Closed janpieper closed 1 year ago

janpieper commented 1 year ago
$ docker run -it --rm elixir:1.14.5-otp-25
Unable to find image 'elixir:1.14.5-otp-25' locally
1.14.5-otp-25: Pulling from library/elixir
bd73737482dd: Already exists 
6710592d62aa: Already exists 
75256935197e: Already exists 
c1e5026c6457: Already exists 
879610ba8c86: Pull complete 
54dba5dd639b: Pull complete 
aaa14ccff95b: Pull complete 
cebabf28ecc2: Pull complete 
Digest: sha256:7daccf162a04a00d7766adc9695dfc6a4f17ce1bf6a3ae0e5bfd36032f52e51b
Status: Downloaded newer image for elixir:1.14.5-otp-25
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit:ns]

Interactive Elixir (1.14.4) - press Ctrl+C to exit (type h() ENTER for help)
getong commented 1 year ago

also see docker-library/official-images#14722