diff --git a/etherpad-lite/Dockerfile b/etherpad-lite/Dockerfile index 6691a41..76091ec 100644 --- a/etherpad-lite/Dockerfile +++ b/etherpad-lite/Dockerfile @@ -2,7 +2,7 @@ FROM debian:jessie MAINTAINER Tony Motakis -ENV ETHERPAD_VERSION 1.5.2 +ENV ETHERPAD_VERSION 1.5.3 RUN apt-get update && \ apt-get install -y curl unzip nodejs-legacy npm mysql-client && \