Skip to content

Commit 6759f68

Browse files
authored
Merge pull request #14 from xflagstudio/1.7.2e21
Upgrade elixir 1.7.2 and others
2 parents fa6538d + e1d94fa commit 6759f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM alpine:3.7
1+
FROM alpine:3.8
22

3-
ENV ELIXIR_VERSION "1.6.6-otp-21"
3+
ENV ELIXIR_VERSION "1.7.2-otp-21"
44
ENV ERLANG_VERSION "21.0"
5-
ENV ASDF_VERSION "v0.5.0"
5+
ENV ASDF_VERSION "v0.5.1"
66

77
RUN apk add --no-cache autoconf bash curl alpine-sdk perl openssl openssh-client openssl-dev ncurses ncurses-dev unixodbc unixodbc-dev python py-pip py-setuptools git ca-certificates nodejs libxslt libxml2-utils && \
88
export PATH="$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH" && \

0 commit comments

Comments
 (0)