Skip to content
This repository was archived by the owner on Jun 13, 2019. It is now read-only.

Commit e10bd90

Browse files
committed
Update to erlang 1.9.4 & elixir 1.4.4
1 parent e5e540e commit e10bd90

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

priv/Dockerfile.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM bitwalker/alpine-erlang:19.3
1+
FROM bitwalker/alpine-erlang:19.3.4
22

33
ENV HOME=/opt/app/ TERM=xterm
44

55
# Install Elixir and basic build dependencies
66
RUN \
77
echo "@edge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
8-
apk update && \
9-
apk --no-cache --update add \
8+
apk --update upgrade musl && \
9+
apk --no-cache add \
1010
git make g++ \
11-
elixir@edge=1.4.2-r0 && \
11+
elixir@edge=1.4.4-r0 && \
1212
rm -rf /var/cache/apk/*
1313

1414
# Install Hex+Rebar

0 commit comments

Comments
 (0)