diff --git a/activator/Dockerfile b/activator/Dockerfile index 9fa8d9e..8fec326 100644 --- a/activator/Dockerfile +++ b/activator/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && \ apt-get clean -yq && \ rm -rf /var/lib/apt/lists/* -ENV ACTIVATOR_VERSION 1.3.2 +ENV ACTIVATOR_VERSION 1.3.4 RUN cd /tmp && \ wget http://downloads.typesafe.com/typesafe-activator/$ACTIVATOR_VERSION/typesafe-activator-$ACTIVATOR_VERSION.zip && \