summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com>2017-04-12 17:02:42 +0200
committerGabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com>2017-04-12 17:02:42 +0200
commit7ce8a5a9f3a4de89a03fe25fe31b7f9c9878085f (patch)
treeb3b4d71114f0c2e40789a600f452fc8846502d5d
parentb6bd1bc8fedf95b70f86ebb2a25db6dea3743155 (diff)
downloaderlang-sd_notify-7ce8a5a9f3a4de89a03fe25fe31b7f9c9878085f.tar.gz
Update docker image to 19.3
-rw-r--r--docker/ubuntu_19/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ubuntu_19/Dockerfile b/docker/ubuntu_19/Dockerfile
index f6fe24d..7942b95 100644
--- a/docker/ubuntu_19/Dockerfile
+++ b/docker/ubuntu_19/Dockerfile
@@ -18,6 +18,6 @@ RUN apt-get install -y \
RUN wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
RUN dpkg -i erlang-solutions_1.0_all.deb
RUN apt-get update -y
-RUN apt-get install erlang=1:19.1-1 -y
+RUN apt-get install erlang=1:19.3-1 -y
RUN apt-get install -y erlang-dev \
erlang-eunit