diff --git a/Dockerfile b/Dockerfile index 4eaac8f..28e66e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ # docker run --rm -t -i phusion/baseimage: /sbin/my_init -- bash -l # # Thanks to @hqmq_ for the heads up -FROM phusion/baseimage:0.9.18 +FROM phusion/baseimage:0.9.21 MAINTAINER Nizar Venturini @trenpixster # Important! Update this no-op ENV variable when this Dockerfile @@ -60,7 +60,7 @@ WORKDIR /tmp # See : https://github.com/phusion/baseimage-docker/issues/58 RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections -RUN echo "deb http://packages.erlang-solutions.com/ubuntu trusty contrib" >> /etc/apt/sources.list && \ +RUN echo "deb http://packages.erlang-solutions.com/ubuntu xenial contrib" >> /etc/apt/sources.list && \ apt-key adv --fetch-keys http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \ apt-get -qq update && apt-get install -y \ esl-erlang \