diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ed6e677 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Alpine v3.12 + +Se actualiza la version de: + +* Erlang 23.0 +* Elixir 1.10.3 + +Se eliminan paquetes individuales de erlang dado que ya se incluyen en el paquete general como lo muestra el [changelog](https://git.alpinelinux.org/aports/commit/community/erlang/APKBUILD?id=53aebeddaa4ae6901b1c40652c1cdd21b57106cb) \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 8281670..137dc1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ -FROM alpine:3.9 -MAINTAINER Alvaro Lizama Molina -RUN apk --no-cache add -U musl musl-dev make openssh gcc git erlang erlang-crypto erlang-syntax-tools \ - erlang-inets erlang-ssl erlang-public-key erlang-asn1 erlang-sasl erlang-runtime-tools \ - erlang-erl-interface erlang-dev erlang-parsetools erlang-eunit erlang-tools erlang-ssh \ - erlang-xmerl elixir bash \ +FROM alpine:3.12 +LABEL maintainer="DevOps Resuelve "" +RUN apk --no-cache add -U musl musl-dev make openssh gcc git erlang elixir bash \ && mix local.hex --force \ && mix local.rebar --force diff --git a/README.md b/README.md index 34a83f1..4980af2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Elixir Image -Docker Image for Elixir built with Alpine 3.9 +Docker Image for Elixir code base built with Alpine 3.12