summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgetong <getong@users.noreply.github.com>2018-07-27 20:07:42 +0800
committergetong <getong@users.noreply.github.com>2018-07-27 20:07:42 +0800
commitf198941043291eb2853150fb544abff59ce5a4eb (patch)
tree6a62eaa2336caa5f25fdbdb46a65eb6139cfd87b
parent34d9db85b325edcba74c585ff900962ee7182295 (diff)
downloaderlang-sd_notify-f198941043291eb2853150fb544abff59ce5a4eb.tar.gz
use ubuntu 16.04, update erlang version
-rw-r--r--docker/ubuntu_18_3/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/ubuntu_18_3/Dockerfile b/docker/ubuntu_18_3/Dockerfile
index 52d91a7..866deb8 100644
--- a/docker/ubuntu_18_3/Dockerfile
+++ b/docker/ubuntu_18_3/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu
+FROM ubuntu:16.04
RUN apt-get -y update
@@ -7,7 +7,7 @@ RUN apt-get install -y \
make \
git \
wget \
- erlang=1:18.3-dfsg-1ubuntu3 \
+ erlang=1:18.3-dfsg-1ubuntu3.1 \
build-essential \
devscripts \
fakeroot \